I have a report that I have a field
[Total/Project Balance].
I also have lines for CustName that each have a Total/Project Balance. There may be many lines for each CustName, each with their corresponding Total/Project Balance. I want to total up all of the [Total/Project Balance] for the CustName and then group it together and then have an ascending sort by Total/Project Balance. In other words, for CustName "ABC Company" when I sum all of the Total/Project Balance, it would come to $20,000. For CustName "XYZ Company" when I add up all of the Total/Project Balance, it would come up to $30,000. So I would want ABC Company and all of its lines to come first and then XYZ Company to come under that.
Can you tell me how I would accomplish this?
Thanks in advance.
But the [Total/Project Balance] field is a calculated field, in other words, in the Custname header, I have =Sum([Total/Project Balance]).
[Total/Project Balance].
I also have lines for CustName that each have a Total/Project Balance. There may be many lines for each CustName, each with their corresponding Total/Project Balance. I want to total up all of the [Total/Project Balance] for the CustName and then group it together and then have an ascending sort by Total/Project Balance. In other words, for CustName "ABC Company" when I sum all of the Total/Project Balance, it would come to $20,000. For CustName "XYZ Company" when I add up all of the Total/Project Balance, it would come up to $30,000. So I would want ABC Company and all of its lines to come first and then XYZ Company to come under that.
Can you tell me how I would accomplish this?
Thanks in advance.
But the [Total/Project Balance] field is a calculated field, in other words, in the Custname header, I have =Sum([Total/Project Balance]).