CR10, Passing variables from subreports, I have a subreport in GF3 and have a variable Invvalvar1 to pass to the main report and summarise in GF2 (and GF1). I have created 3 formulas as follows:
//formula1
WhilePrintingRecords;
Shared NumberVar Invvalvar1;
NumberVar Invvalvar1Total;
Invvalvar1Total := Invvalvar1Total + Invvalvar1;
//formula2
WhilePrintingRecords;
NumberVar Invvalvar1Total;
//formula3
WhilePrintingRecords;
NumberVar InvValVar1Total := 0;
I cannot seem to get the required result.
Q1, where do I place the formulae?
Q2, Is there any documentation that I can use to get this to sink in my thick head rather than bothering you guys each time I get stuck?
kind regards,
David
//formula1
WhilePrintingRecords;
Shared NumberVar Invvalvar1;
NumberVar Invvalvar1Total;
Invvalvar1Total := Invvalvar1Total + Invvalvar1;
//formula2
WhilePrintingRecords;
NumberVar Invvalvar1Total;
//formula3
WhilePrintingRecords;
NumberVar InvValVar1Total := 0;
I cannot seem to get the required result.
Q1, where do I place the formulae?
Q2, Is there any documentation that I can use to get this to sink in my thick head rather than bothering you guys each time I get stuck?
kind regards,
David