ReportDr00
IS-IT--Management
Hello,
I have a field with pipe delimited and i am splitting it into array to loop through them.
I need to display each element on one line on the group level.
The group i have is ID group. ID is of table patient and Address is also of table patient which pipe delimited. for each ID i wanted to display all Addresses of the patient on one line each.
For example
ID Address1
Address2
Address3
i cant figure out how to display each array elements on new line.
i appreciate your feedback
I have a field with pipe delimited and i am splitting it into array to loop through them.
I need to display each element on one line on the group level.
The group i have is ID group. ID is of table patient and Address is also of table patient which pipe delimited. for each ID i wanted to display all Addresses of the patient on one line each.
For example
ID Address1
Address2
Address3
i cant figure out how to display each array elements on new line.
i appreciate your feedback