Rlist (AREV Specific)
At 26 JUN 1998 01:03:32PM Bruce Lee wrote:
I have a report that lists sales transactions by part number, and breaks-on the part number totally the sales. The Transaction file is keyed with a seqiential counter. Is there a way to list only the last transaction within each break-on using the list statement? I know how to do this using a select and print statements, etc.
Thanks Bruce.
At 26 JUN 1998 01:31PM Jeff Blinn wrote:
There was a similar discussion here, but maybe that doesn't address your question. If you want to see row 100 out of 100 rows, and the totals of ALL 100 rows, the answer would be no. RList allows you to suppress all or none of the detail - but not some.
You certainly could do this with RBasic code, and possibly creative use of symbolics - but either method would involve some coding.
Jeff