I'm running version 10 and my report needs to calculate a percentage using a grand total that is created with a running total. It looks like the totals and percentages are being calculated during the same pass. I need the grand total for the # ordered to calculate first so that I can use that number to figure out the percentages. The calculations are all running totals that appear in the group footer and the grand totals are in the report footer. I need the percentage to read 66.7%, 0%,33.3%. I've tried several things and the way that is working now, is it has 100% on the Visa line and 33.3% on the JCB line. It looks like it is dividing 2/2 and then 1/3. This is what the columns I'm working with look like:
Tender Type # Orders $Orders % by Type
Visa 2 3,000
Discover 0 0
JCB 1 1,500
Total 3 4,500
Tender Type # Orders $Orders % by Type
Visa 2 3,000
Discover 0 0
JCB 1 1,500
Total 3 4,500