call conditional sub-templates in main templates in BI Publisher
Hi All,
can you please help me on this approach?
I have developed 2 layouts in one rtf template
<?if Flag='Y'?>
Header
Lines
............
....................
bottom Total table
<?End if?>
<?if Flag='N'?>
Header
Lines
............
....................
bottom Total table
<?End if?>
I am not able to do adjustments in the output.
can you please help me to provide sample rtf templates on this?