How can Fusion BI Report generate two different PDFs for same data at each ESS run.
I have a requirement where my report should have two outputs one with all price columns other without for same data. Based on my bursting logic I can generate two emails, but both have same PDF. How to handle the template. I have below logic in RTF. But its giving both Price and NoPrice in same PDF output.
<?for-each:G_HEADER?>
<?if:BURST_FLAG='Y'?> <?call:PriceBody?><?end if?>
<?if:BURST_FLAG='N'?> <?call:NoPriceBody?><?end if?>
<?end for-each?>
Thank you in advance.
Regards,
Homeswar
Tagged:
1