I have a report that need to be either a summary report or a detailed report. I do not want have to maintain 2 reports for this so I added a paramater called print_detail.
Then in the format section for the detail section - Suppress I have it not checked, but within the formula I put
if print_detail = "Yes" then
False
else
True.
The results to not change
I am running version 8.5
Thanks for your help.
Then in the format section for the detail section - Suppress I have it not checked, but within the formula I put
if print_detail = "Yes" then
False
else
True.
The results to not change
I am running version 8.5
Thanks for your help.