Reputation: 2232
I would like to more than 1 interactive sort controls in my Crystal Report. Is this possible wihout grouping?
My report looks like this
person
orderID date amount
... ... ...
While the report is grouped on person (sorted alpabetically which is fine) i would like to give the end user the possibility to sort the data (within the person group) on on every field.
Excel can do it so i'am having my hopes up for crystal!
thanks
Upvotes: 0
Views: 14327
Reputation: 7287
Yep, you can do that with the following steps:
Now you should have interactive up/down arrows on each field heading allowing you to sort on each column from within the results.
Upvotes: 6