can we call 2 subtemplates in one main template in BI Publisher
Hi All,
I want to design rtf templates like below.
1st rtf template file (subtemplate)
<?template:Flag_N?>
<?end template?>
2nd rtf template file (subtemplate)
<?template:Flag_Y?>
<?end template?>
I will call 1st & 2nd subtemplate in 3rd rtf template file
<?choose:?>
<?when:CF_DATA='N'?>
<?call-template:Flag_N?>
<?end when?>
<?otherwise:?>
<?call-template:Flag_Y?>
<?end otherwise?>
<?end choose?>
is this correct way what i am thinking?
Please suggest on this?
Thanks