hi
My report has fields - customer, origin city, origin state and price. The report has been grouped by customers. Every group of records has been summarized by adding the price field using sum function.
Now i want to sort the entire report not by customer field but by the result of the sum function. i.e the report should start with the group which has the highest total price.
How to do this?please help
My report has fields - customer, origin city, origin state and price. The report has been grouped by customers. Every group of records has been summarized by adding the price field using sum function.
Now i want to sort the entire report not by customer field but by the result of the sum function. i.e the report should start with the group which has the highest total price.
How to do this?please help