Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Change de header by numberPage
synrbc
Hello.
I need change some data in header.
For the first page, the header is one of kind. For the second page, the header is diferent. For the third page, the header is diferent of the first and second page. For the impar pages greater than 3, the header is diferent.
I wanna control it by the numberPage(i think the one way to do it), but, the numberPages always = 1 if they put on the grid or the table.
How can i get the value of numberPage?
It's possible to do it by more than one master page?
Thanks
Find more posts tagged with
Comments
mwilliams
Hi synrbc,
Headers are only created once, which is why they only have page 1. If you have specific items that are going to go on page 1, page 2, page 3, and beyond page 3, you could use different master pages and assign the report items you want to the correct master page. If it's possible for you to set up an interval grouping in your report that grouped your table on the amount of rows that would fit in a page, you'd have a new header to work with on each page because the group would change for each page. These are the two ways I can think of in which this would be possible.