Post Author: Set_Shot_Dave
CA Forum: General
Hello All,
Let me set what I'm doing first.
I have a running total on my sub-report.
Second I have a running total on my main report.
I have to get a percentage of sub-report running total by main report running total.
I shared the sub-report running total as followed:
formula name @shared1
shared numbervar share1;
share1:= (sub-report running total)
then I created a formula called Calculation just to see what I get.
I did the following
@calculation
shared numbervar share1;
numbervar calculation;
calculation:= share1 this is where I get 0.00.
But on my sub report running total I get a 309. (which is correct)