Could somebody help me resolving this issue? (for me a problem!!).
I supose this should be done with an array.
Note that the tables could be populated with more data than the example shows.
I am using Crystal XI-R2
The first table (1) contains the security groups based on 2 fields; one for
the group code and the second for the description of the group.
Example;
Group Code Description
office Office Staff
sales Sales Staff
shop Shop Employee
prod Production
The second table (2) contains the user information, one of the fields contains
the group code separated with a “~”
Example;
UserID Groups
marc office~prod~shop~sales
jenny prod~office
erik shop~sales
aarlon
bonnie prod~sales
I would like to retrieve data in my report in this way
UserId Description Group Code
marc Office Staff office
marc Production prod
marc Shop Employee shop
marc Sales Staff sales
jenny Production prod
jenny Office Staff office
erik Shop Employee shop
erik Sales Staff sales
bonnie Production prod
bonnie Sales Staff sales
In this way I will be able to group by Group Code
Many thanks in advance
Erik
I supose this should be done with an array.
Note that the tables could be populated with more data than the example shows.
I am using Crystal XI-R2
The first table (1) contains the security groups based on 2 fields; one for
the group code and the second for the description of the group.
Example;
Group Code Description
office Office Staff
sales Sales Staff
shop Shop Employee
prod Production
The second table (2) contains the user information, one of the fields contains
the group code separated with a “~”
Example;
UserID Groups
marc office~prod~shop~sales
jenny prod~office
erik shop~sales
aarlon
bonnie prod~sales
I would like to retrieve data in my report in this way
UserId Description Group Code
marc Office Staff office
marc Production prod
marc Shop Employee shop
marc Sales Staff sales
jenny Production prod
jenny Office Staff office
erik Shop Employee shop
erik Sales Staff sales
bonnie Production prod
bonnie Sales Staff sales
In this way I will be able to group by Group Code
Many thanks in advance
Erik