I need to sort data in a group footer based on the following formula field:
If Sum ({@casetotal}, {JOINALLSales Journal.CustomerID})=0
Then 0
Else (Sum ({@netrevenue}, {JOINALLSales Journal.CustomerID}))/Sum ({@casetotal}, {JOINALLSales Journal.CustomerID})
Is this possible?
Many thanks,
Anne Jones
If Sum ({@casetotal}, {JOINALLSales Journal.CustomerID})=0
Then 0
Else (Sum ({@netrevenue}, {JOINALLSales Journal.CustomerID}))/Sum ({@casetotal}, {JOINALLSales Journal.CustomerID})
Is this possible?
Many thanks,
Anne Jones