CanadianDesigner
Technical User
Hi there... using Crystal 11. Basically, I need to split a string field into separate entries. Our customers entered a number of interests when they registered on our site and our system was designed to store that data as follows, "9;1;10;9;8;6;5;4;3;2" (where 9 = Accounting, 1 = Marketing, 10 = Finance, etc).
However, what I need to do is have each of these values come up with the same set of details. For instance, based on the string above, I want my final report details to end up looking like this:
John Smith johnsmith@EMail.com OrgName 9
John Smith johnsmith@EMail.com OrgName 1
John Smith johnsmith@EMail.com OrgName 10
John Smith johnsmith@EMail.com OrgName 9
John Smith johnsmith@EMail.com OrgName 8
...Etc.
In the end, the report user needs to be able to use a parameter to pull a list of all users who entered a specific interest area (so they would choose say Accounting, and it would pull all users who have a nine in that string). I believe there should be no more than 9 different entries in the string, but when I browse through the data, there are duplicates in there for some reason, so there could be more than nine output values in the string.
Please let me know if this is unclear.
Thanks in advance for any assistance you can offer!
However, what I need to do is have each of these values come up with the same set of details. For instance, based on the string above, I want my final report details to end up looking like this:
John Smith johnsmith@EMail.com OrgName 9
John Smith johnsmith@EMail.com OrgName 1
John Smith johnsmith@EMail.com OrgName 10
John Smith johnsmith@EMail.com OrgName 9
John Smith johnsmith@EMail.com OrgName 8
...Etc.
In the end, the report user needs to be able to use a parameter to pull a list of all users who entered a specific interest area (so they would choose say Accounting, and it would pull all users who have a nine in that string). I believe there should be no more than 9 different entries in the string, but when I browse through the data, there are duplicates in there for some reason, so there could be more than nine output values in the string.
Please let me know if this is unclear.
Thanks in advance for any assistance you can offer!