I have a report with 2 subreports in GH2 that each have a variable that is passed back to the main report.
Sub1
//@BillingCost1
WhilePrintingRecords;
Shared currencyVar ContractBillCost ;
sub2
//@BillingCost2
WhilePrintingRecords;
Shared currencyVar ContractBidPrice;
I can add these 2 together quite easily in GF2 but I need a total in GF1. I'm nearly there but not quite!
Thanks in advance,
David
Sub1
//@BillingCost1
WhilePrintingRecords;
Shared currencyVar ContractBillCost ;
sub2
//@BillingCost2
WhilePrintingRecords;
Shared currencyVar ContractBidPrice;
I can add these 2 together quite easily in GF2 but I need a total in GF1. I'm nearly there but not quite!
Thanks in advance,
David