
How to do a multiply GROUP sorting in CR6.0?
Hi,
How can I do this?
I have to group/sort FIELD1 first, then group/sort FIELD2 and sum up
the amount for group(Field2). Field3 and Fields are just an Asc
sorting.
FIELD1, FIELD2, Field3, Field4, Fields
01/01/98 0001 1234 abc $10
01/01/98 0001 1235 dfe $1
-----------
subTal: $11
01/01/98 0002 2341 kjjfd $100
-----------
subTal $100
.
.
.
01/02/98 0001 1234 ikjsd $2.3
01/02/98 0003 5327 iwoe $1
01/02/98 0030 8234 abc $100
--------
subtal: $103.3
.
.
.
... and so on.....
Many Thanks!