T
ThePandaManCan
Hello,
I'm trying to create a report based on data retrieved from tables
that I have no way to modify. Most of the fields are single-value, but
one field in particular has six or seven pieces of information
delimited by pipe symbols. How would I go about pulling each piece of
information out of this field into its own part on the report?
For example: F|X|G| |Y would come out:
Item 1: F
Item 2: X
Item 3: G
Item 4:
Item 5: Y
Thanks!
-PandaMan
I'm trying to create a report based on data retrieved from tables
that I have no way to modify. Most of the fields are single-value, but
one field in particular has six or seven pieces of information
delimited by pipe symbols. How would I go about pulling each piece of
information out of this field into its own part on the report?
For example: F|X|G| |Y would come out:
Item 1: F
Item 2: X
Item 3: G
Item 4:
Item 5: Y
Thanks!
-PandaMan