Hello
I am trying to pass a Shared NumberVar from a subreport to my main report and am having some problems.
Subreport:
Shared NumberVar prodvalue :=
Sum ({Query.AMT}, {Query.PROD_DESC8})
I then place this field in the Group Header #1 of the subreport.
Next I created a formula field with the following
Shared NumberVar prodvalue;
I placed this formula field in the Group Header #2 and split the header into 2 sections and place the subreport in the B section. All I get back is 0's.
I must be missing something somewhere. I did not create a link?? I have grouped both reports on PROD_HRCY_DESC8.
Using 8.5
Thanks for the help.
I am trying to pass a Shared NumberVar from a subreport to my main report and am having some problems.
Subreport:
Shared NumberVar prodvalue :=
Sum ({Query.AMT}, {Query.PROD_DESC8})
I then place this field in the Group Header #1 of the subreport.
Next I created a formula field with the following
Shared NumberVar prodvalue;
I placed this formula field in the Group Header #2 and split the header into 2 sections and place the subreport in the B section. All I get back is 0's.
I must be missing something somewhere. I did not create a link?? I have grouped both reports on PROD_HRCY_DESC8.
Using 8.5
Thanks for the help.