I have a report contents main report (with two groups) and two sub reports which located on Report Footer b and Report Footer c, Report Footer a contents grand total for mail report. The sub reports linked with an ID to the main report.
I want to pass values from sub reports to mail report in order to change Page Herder for the sub reports. I tried many ways to place the Shared Variable to different section in main and sub reports, it is no problem pass the value from sub report to sub report, but could not pass the value from sub report to main report, is any one experiences this issue? Please advice.
My sub report formula (SharedGroup):
WhilePrintingRecords;
Shared NumberVar TotalS := 30
My main report formula (SharedGroup):
WhilePrintingRecords;
Shared NumberVar TotalS
I want to pass values from sub reports to mail report in order to change Page Herder for the sub reports. I tried many ways to place the Shared Variable to different section in main and sub reports, it is no problem pass the value from sub report to sub report, but could not pass the value from sub report to main report, is any one experiences this issue? Please advice.
My sub report formula (SharedGroup):
WhilePrintingRecords;
Shared NumberVar TotalS := 30
My main report formula (SharedGroup):
WhilePrintingRecords;
Shared NumberVar TotalS