I am working in Crystal 8.5.
I am trying to create an array/formula that strings together values for a field that appears in the details section. For example on the design window I have
group header 1 = {TABLE1.EMPLOYEE_NAME}
details = {TABLE2.COURSE}
When I run the report I see each employee name then a list of courses for each employee. I need to create an array/formula that will pull together each value listed for the COURSE field for each employee and place it in one spot.
So, my output would be somehting like: COURSE_A, COURSE_B, COURSE_C
Once I have the formula/array created I can then use it as a field to link on in my sub-report.
Thanks in advance for any suggestions that might be out there.
I am trying to create an array/formula that strings together values for a field that appears in the details section. For example on the design window I have
group header 1 = {TABLE1.EMPLOYEE_NAME}
details = {TABLE2.COURSE}
When I run the report I see each employee name then a list of courses for each employee. I need to create an array/formula that will pull together each value listed for the COURSE field for each employee and place it in one spot.
So, my output would be somehting like: COURSE_A, COURSE_B, COURSE_C
Once I have the formula/array created I can then use it as a field to link on in my sub-report.
Thanks in advance for any suggestions that might be out there.