Hi,
I have three fields in the my table:
Client
Fees
Costs
In my report, I am presenting the sum(fees), sum(costs) and sum(fees) + sum(costs) for each "Client".
So, when create the report, I group by "Client".
If I want to present this data sorted by sum(fees) + sum(costs) in descending order, how can I do this?
Thanks in advance.
Snoopy
I have three fields in the my table:
Client
Fees
Costs
In my report, I am presenting the sum(fees), sum(costs) and sum(fees) + sum(costs) for each "Client".
So, when create the report, I group by "Client".
If I want to present this data sorted by sum(fees) + sum(costs) in descending order, how can I do this?
Thanks in advance.
Snoopy