I've created a running total using the 3 formula method to get a sum of a number of records. Is it possible to then calculate the % of each record of the running total?
The obvious issue is that Crystal evaluates each row at a time to generate the running total, so when I try to calculate the %, it performs the calculation at the sum of specific row it's at and not at the grand total.
Example.
GF2 - 1
GF2 - 3
GF1 - 4 (total)
GF1 is where my display variable is that is summing up GF2 details.
Now i need a column that shows the GF2 as % of GF1.
Thanks.
The obvious issue is that Crystal evaluates each row at a time to generate the running total, so when I try to calculate the %, it performs the calculation at the sum of specific row it's at and not at the grand total.
Example.
GF2 - 1
GF2 - 3
GF1 - 4 (total)
GF1 is where my display variable is that is summing up GF2 details.
Now i need a column that shows the GF2 as % of GF1.
Thanks.