I have several progress fields which store arrays of data. When trying to report on that data in Crystal, it reads through as one field.
What is the best way to read the multiple arrays as separate fields? The multiple arrays may or may not be populated, so a mid-character function breakout doesn't work.
Thanks for any information you can share. Examples attached:
Field Name: LCODE[1-5]
Potential Entries in Field:
ID, ID, ID, ID
ID,,ID,ID
,,,ID
ID,,ID
What is the best way to read the multiple arrays as separate fields? The multiple arrays may or may not be populated, so a mid-character function breakout doesn't work.
Thanks for any information you can share. Examples attached:
Field Name: LCODE[1-5]
Potential Entries in Field:
ID, ID, ID, ID
ID,,ID,ID
,,,ID
ID,,ID