I'm working on a report that requires a section not be displayed or not be printed under specific conditions:
IF {table.codevalue} = 0 then not display the section
and
IF Parameter {?Print Section}="No" then not print the section
Any suggestions will be well appreciated. Thanks.
IF {table.codevalue} = 0 then not display the section
and
IF Parameter {?Print Section}="No" then not print the section
Any suggestions will be well appreciated. Thanks.