I am using CR10 and a 3rd party database. I have not yet been successful at arrays. This is one instance where I believe I must use them.
I need to show the header and just Group Footer 2 in the report. The information I need to get into an array is in Group Footer 3. This is actually from the Top 2 scrapped quantities reason codes for a part. I need to display both of these records in one field along with their corresponding percentages. It would be such as this:
Part# $Prod. $Scrap. Reason Scrap% Desc.
A 46044 3257 5.43% Dirt/Sand
1.36% RUNOUT
Should show as:
A 46044 3257 5% DIRT/SAND, 1% RUNOUT
How does one go about taking 2 fields from Group Footer 3 and putting them into a an array to be displayed in one field in Group Footer 2?
I need to show the header and just Group Footer 2 in the report. The information I need to get into an array is in Group Footer 3. This is actually from the Top 2 scrapped quantities reason codes for a part. I need to display both of these records in one field along with their corresponding percentages. It would be such as this:
Part# $Prod. $Scrap. Reason Scrap% Desc.
A 46044 3257 5.43% Dirt/Sand
1.36% RUNOUT
Should show as:
A 46044 3257 5% DIRT/SAND, 1% RUNOUT
How does one go about taking 2 fields from Group Footer 3 and putting them into a an array to be displayed in one field in Group Footer 2?