IA
Hello,
I have an ARIS Report that has 2 sections (SECTION_INDEX and SECTION_DEFAULT). In both sections the report has a "Page # of #" message.
In the SECTION_INDEX i get a "Page 1 of 1" text, in SECTION_DEFAULT, "Page 1 of 13", "Page 2 of 13", etc.
How can i get the page number of the whole document, instead of the page number of the section? Consider that the header and footer of each section are different.
Thanks for your help!
Hi Ignatio,
I was able to avoid the page number issue by ensuring that you do not have nested sections...
In other words, make sure you close a section before creating the next section. It looks like it does not work if you have BeginSection
BeginSection
EndSection
EndSection
structures in your code.
Thx,
Francois