-
On BIRT, the default value of auto page is 1, I want the number to start from 3, is it possible? please help. |
Beta Was this translation helpful? Give feedback.
Answered by
nandoperd
Jun 16, 2025
Replies: 1 comment 1 reply
-
It wuld be possible to change the value with a small script at the onRender-method, in your case to add +2. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, thank you
i add script onRender : this.text = pageNumber + 2