initial-page-number not working in RTF format output
A report has a parameter for the page number to start with. In rtf template below code is present
<?initial-page-number:xdoxslt:ifelse(P_FIRST_PAGE_NUM!=’’,number(P_FIRST_PAGE_NUM),1)?>
The report page number starts with the value which we pass in p_first_page_num in PDF format but in rtf format output it always starts with 1.
Is initial-page-number not supported in RTF format output ? If not then what is the alternative?
<?initial-page-number:xdoxslt:ifelse(P_FIRST_PAGE_NUM!=’’,number(P_FIRST_PAGE_NUM),1)?>
The report page number starts with the value which we pass in p_first_page_num in PDF format but in rtf format output it always starts with 1.
Is initial-page-number not supported in RTF format output ? If not then what is the alternative?
I had a discussion with Avinash Varma of Oracle BI Publisher through Oracle forum. He conveyed that it is a limitation. So I am looking for an alternative solution to support all formats PDF,RTF,etc.
0