How can we apply conditional formatting in rtf template
Need to put condition on rtf template , our requirement is to display the 'Accomplishment' section if there is data(count > 0) for accomplishment ,if there is no data ,entire section including header should not display in output.
I have tried below conditions in rtf template but report is errored out:
- <?if:count(G_5) > 0?>
Key Accomplishments
<?for-each:G_5?>
• <?ACCOMPLISHMENT?>
<?end for-each?>
<?end if?>
2. I have applied below condition in "Conditional Region" on BI Publisher Tab
<?if@column :ACCOMPLISHMENT>0?>