BIP (OBIEE 11.1.1.7.1): RTF Template Page Number resets
I have the following structure in the XML data:
G_1
G_2
G_3
The header of the rtf has fields from both G_1 and G_2. So, I had to do the following in the body of the rtf:
<?for-each@section:G_1?><?for-each@section:G_2?><?for-each:G_3?>
The issue is that page numbers are re-set according to G_2 where as I want them re-set by change in G_1.
Is there a way to do this?
Thanks,
Manish