I created a report that totalizes different values from a query.
To simplify, this report produce something like the following:
Location 1
Sale 1: 5000
Sale 2:10000
% of Total Sale: ???
Location 2
Sale 3: 6000
Sale 5:20000
% of Total Sale: ???
etc…
Total Sales: 41000
To calculate the ‘% of Total Sale’ and insert it in each ‘Location’ as indicated, I will need to know the total Sales value that is calculated at the end of the report.
How can I do this, if it is possible?
Thanks in advance.
Louis
To simplify, this report produce something like the following:
Location 1
Sale 1: 5000
Sale 2:10000
% of Total Sale: ???
Location 2
Sale 3: 6000
Sale 5:20000
% of Total Sale: ???
etc…
Total Sales: 41000
To calculate the ‘% of Total Sale’ and insert it in each ‘Location’ as indicated, I will need to know the total Sales value that is calculated at the end of the report.
How can I do this, if it is possible?
Thanks in advance.
Louis