I have a report that prints total sales by Account+Location. I am trying to add a field that will total all sales for an Account that has more than 1 location. I have setup 2 groups, Location and Account. They seem to work fine. I have also setup the Report Variable lnCount as follows:
Value to Store: lnCount+1 (Nothing)
Initial Value: 0
Reset at: Account
In the total sales field in the Account Group I have
Print When: lnCount>1.
At the moment the total sales field in the Account group is printing for all accounts even if there is only one Location. It is probably very simple, but I cannot see my error. Any assistance is appreciated.
Value to Store: lnCount+1 (Nothing)
Initial Value: 0
Reset at: Account
In the total sales field in the Account Group I have
Print When: lnCount>1.
At the moment the total sales field in the Account group is printing for all accounts even if there is only one Location. It is probably very simple, but I cannot see my error. Any assistance is appreciated.