I have a report that has a field in it that has multiple values and is comma delimited. I have to break apart this field into individual fields that I can group on. These individual fields have to remain in the same grouping,
i.e. Field contains: Cardiology, Pediatric Surgery, Rheumatology
Next Record: Allergy, Immunology, Pain Management
So I want a grouping that would be as follows
Allergy
Cardiology
Immunology
Pain Management
Pediatric Surgery
(Many more values in my file.)
I have gone through the use of Split and know about not creating a formula resulting in an array. I have tried putting these fields in a subreport and tried passing them back to the main report, but only get the first value of the array (or 2nd value if I subscript it with 2, or last value if I loop it with a counter determing my subscript #). I have even tried to define these values to fill a parameter field, but have had no luck in this regard either. Any help would be greatly appreciated. Thanks.
i.e. Field contains: Cardiology, Pediatric Surgery, Rheumatology
Next Record: Allergy, Immunology, Pain Management
So I want a grouping that would be as follows
Allergy
Cardiology
Immunology
Pain Management
Pediatric Surgery
(Many more values in my file.)
I have gone through the use of Split and know about not creating a formula resulting in an array. I have tried putting these fields in a subreport and tried passing them back to the main report, but only get the first value of the array (or 2nd value if I subscript it with 2, or last value if I loop it with a counter determing my subscript #). I have even tried to define these values to fill a parameter field, but have had no luck in this regard either. Any help would be greatly appreciated. Thanks.