Conditional Header and Footer in RTF template
I want to display one message if parameter is null.
I used
<?if:ACCT_ID='MAND'?>
****No Report Output***
<?end if?>
<?if:ACCT_ID!='MAND'?>
the whole document
<?end if?>
but in first case header and footer is also getting displayed. Can we avoid this?
Thanks.
Comments
Post a Comment