crystal reports 8 pervasive sql 8
I have a report like this
prodcode description no. of orders
1122 abc 349
1234 def 22
2344 xyz 1289
report is grouped by
1. prodcode
2. batchnumber
no. or orders- is the running total of count of batch numbers..
i have the above details in the group footer of prodcode.
Now I want to sort the report in ascending order of the running total
prodcode description no. of orders
1234 def 22
1122 abc 349
2344 xyz 1289
how can we do this?
I have a report like this
prodcode description no. of orders
1122 abc 349
1234 def 22
2344 xyz 1289
report is grouped by
1. prodcode
2. batchnumber
no. or orders- is the running total of count of batch numbers..
i have the above details in the group footer of prodcode.
Now I want to sort the report in ascending order of the running total
prodcode description no. of orders
1234 def 22
1122 abc 349
2344 xyz 1289
how can we do this?