groupfooter and hide masterdetail
hello,
i have report somethink like this.
group header for user 1
masterdata:
line 1
line 2
line n
group footer (sum for user 1)
everyth is OK.
and i want to have second report (same like first) but without masterdata band, only sums. is there any way to hide masterdata band?
best way for me is to have 1 report and changing some options.someth. like masterdataband.visible:=false;
thank you very much
i have report somethink like this.
group header for user 1
masterdata:
line 1
line 2
line n
group footer (sum for user 1)
everyth is OK.
and i want to have second report (same like first) but without masterdata band, only sums. is there any way to hide masterdata band?
best way for me is to have 1 report and changing some options.someth. like masterdataband.visible:=false;
thank you very much
Comments
1 will force SUM to count invisible MasterData bands.
Then declare global variable in report script and write code for OnBefore event of report page Add checkbox cbShowmasterData with caption 'Show Master Data' on your dialog page and write in script for button which close dialog and run report.