I have a field in that if user enters the value 5 then my page number counting must start with 5 and 6,7,8 etc like if my reports contain 3 pages then it should print like 5,6,7 like this.
I have tried <pagenumber countingfrom="variable"/> but its not working and i also have tried <pagenumber countingfrom="5"/> statiaclly but it is also not working so what i need to do
Thanks in advance for the help.