Using CR 8.5/Oracle Tables:
I have records grouped by transaction dates. I wish to display the item numbers of those records horizonally. In other words, instead of:
1
2
5
8
9
I want to display the field {item number} in each group as:
1,2,5,8,9
Can I read the contents of the item number field of each appropriate record into a formula somehow and cancatenate them to print horizontally as above? If so, some example code would be great.
If there is an easier/better way, please let me know.
I have records grouped by transaction dates. I wish to display the item numbers of those records horizonally. In other words, instead of:
1
2
5
8
9
I want to display the field {item number} in each group as:
1,2,5,8,9
Can I read the contents of the item number field of each appropriate record into a formula somehow and cancatenate them to print horizontally as above? If so, some example code would be great.
If there is an easier/better way, please let me know.