BI publisher template question
Hi - I have a requirement where I need to create one RTF template and based on the city in the XML , it needs to print different text on a separate page.
The RTF has the following logic :
<?for-each@section:SECNAME [City = 'X']?>
print one text here
<?end for-each?>
Next page has the following
<?for-each@section:SECNAME [City = 'Y']?>
print one text here
<?end for-each?>
When I load the XML and generate preview , I get blank pages for above.
When I remove the second for loop on second page and the RTF has just one page , the output looks just fine and displays records for X .