Skip to Content
0
Former Member
Apr 11, 2007 at 07:55 PM

Bring in a shared field from a sub report

11 Views

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)