RList/Break-On Options/Group Dictionaries (AREV Specific)
At 06 JAN 1998 12:44:35PM BZeleznik wrote:
In running an RList report, using any Break-On Options and a Group Dictionary, the report returns almost immediately with 'Zero Records Processed'. However I am very successful in using all Break-on Options with Symbolic and Field Dictionaries. I am ultimately interested in Breaking on the Group Dictionary, Suppressing Detail and Displaying the Value at the Break. Any suggestions?
At 06 JAN 1998 01:32PM Victor wrote:
You can't do that with a group dictionary. The RLIST processor expands the group dictionary immediately and acts upon the contents as if they were typed in. To accomplish what you want, you could create a symbolic field to concatenate several fields together. Then use it just as you were trying to use the group field.
Victor