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)
How can I print a page not counted in the total pagen number
mauro-sp
Hi,
I need to add a single page to a report, a page which will be my last report page, and this page doesn't have to be counted in the total page number.
I thought about print for each page the page number like
"page x of totalPage-1" but it doesn't work using the variable totalPage.
How can I do that?
I'm using birt 2.5.0
Thanks in advance
Find more posts tagged with
Comments
mwilliams
Hi mauro-sp,
I don't know that you'll be able to do this within the designer. If you're output is PDF, you might be able to use iText to append another page onto the report after the page numbering has already been determined by BIRT for the autotext.