Hide Sections

ricky76ricky76 Member Posts: 204
I have a report that i want to hide sections on depending on what the user chooses as his/her parameters. I have a boolean variable called ShowDetail which allows the user to see the detail behind the summary report if they wish. This is set on the body section as CurrReport.SHOWOUTPUT(ShowDetail); However if they choose to show the detail i want to hide other sections but can't get this to work. Anyone have any ideas? I have tried
IF CurrReport.SHOWOUTPUT(ShowDetail::Yes)
THEN CurrReport.SKIP but this isn't working for me.

Comments

Sign In or Register to comment.