sorting - Crystal Reports Sort By Running Total -


I have created some running totals using the sources explained in Crystal Reports help. But when I group my grouped groups I try to sort the report using, then I do not see those formulas in the sort extributation.

I think this is because I have the formula in my CR aid as the instructions in whilePrintingRecord .

Any idea how to overcome this issue?

This is happening because running tattles are evaluated at the time of printing. The straight forward approach will be to create a stored procedure with approach or SQL expression. After adding that field to the report, use the top N / group sort.

Comments