Is it possible to conditionally load an array from multiple detail records, then reference that array at the end of the group?
Example:
Reading a Cost Code Master File if a record meets certain qualifications, x is incremented and value y is loaded into Array,x. Another record is processed and conditions are met, value y from current record is loaded into Array,x+1(x was incremented)
At the end of the group print the values of the Array sorted in a specific order based on element value.
Example:
Reading a Cost Code Master File if a record meets certain qualifications, x is incremented and value y is loaded into Array,x. Another record is processed and conditions are met, value y from current record is loaded into Array,x+1(x was incremented)
At the end of the group print the values of the Array sorted in a specific order based on element value.