I have created a custom menu that calls an IFS Quick Report with a type of Crystal Report. How do I use the bundled data in the Crystal Report. For example, the bundled data for
- ORDER_NO looks like ‘1’,’2’,’3’,’4’.
- RELEASE_NO looks like ‘1’,’1’,’1’,’1’
- SEQUENCE_NO looks like ‘1’,’1’,’1’,’1’
How does Crystal know to break this into 4 different order numbers, release no, and sequence no values?
