Hi all,
I'm struggling with iReport (4.6.0) trying to create a report for an invoice that will display "Page x/y" (x is current page and y number of pages) when the report has more than one page.
ATM, I have 2 fields :
#1 : "Page " + String.valueOf($V{PAGE_NUMBER}) + "/ "
#2 : String.valueOf($V{PAGE_NUMBER})
And i use different evaluation times to get values (Now for current page, Report for total)
But i can't find a way to display them only when the report has more than one page.
Any hint ?
Thanks,
Nicolas