BIP: RTF Design - Get current page number and limiting number of rows on page
We had some forms designed for us that has a nice utility to count and limit the number of data rows to be displayed on each page. Currently, this number of rows is fixed, but I have a condition where on the fitst page I want to have 10 rows displayed, but on all subsequent pages, increase this to 15 (the first page has a different header).
What I need to determine is how to get the current page number and use the following logic:
<?if:page-number=1 then LPP=10 else LPP=15 ?> or something similar. I have just begun to learn how the embedded BIP inserts code into an RTF document.