CR.XI
I know how to pass a variable from the subreport to the main report - can you pass a variable from the main report to the subreport?
Subreport:
WhilePrintingRecords;
Shared numberVar consumptBF;
ConsumptBF
Mainreport:
WhilePrintingRecords;
Shared numberVar consumptBF:
=Sum({rwo_citem.inventDec},{rwo_hdr.rwoNum})
When I check my formula for the main report it does give me the value I am looking for but it doesn't pass to the subreport.
Any ideas.
I know how to pass a variable from the subreport to the main report - can you pass a variable from the main report to the subreport?
Subreport:
WhilePrintingRecords;
Shared numberVar consumptBF;
ConsumptBF
Mainreport:
WhilePrintingRecords;
Shared numberVar consumptBF:
=Sum({rwo_citem.inventDec},{rwo_hdr.rwoNum})
When I check my formula for the main report it does give me the value I am looking for but it doesn't pass to the subreport.
Any ideas.