Help needed here.
I have 3 parameters passing in to the report, which not store in the datasource. The parameters are start_page_no, no_of_pages and start_page_no.
I placed all the information under GH, which I grouped using a field from datasource. No detail section is being used here. I need to use the parameters passing to print start_page_no/start_page_no.
Example of the scenario:
start_page_no: 6
no_of_pages : 4
total_page : 9
The output should be at 1st page prints 6/9. 2nd page is 7/9, 3rd page is 8/9 and the last page is 9/9. It will only have 4 pages bcoz the no_of_pages is 4. The page break should based on the no_of_pages passed in.
If the no_of_pages is 3, then the result will only have 3 pages.
Would like to know how can I display the output as mentioned?
Hope you can understand my question here. Thanks alot for helping..
I have 3 parameters passing in to the report, which not store in the datasource. The parameters are start_page_no, no_of_pages and start_page_no.
I placed all the information under GH, which I grouped using a field from datasource. No detail section is being used here. I need to use the parameters passing to print start_page_no/start_page_no.
Example of the scenario:
start_page_no: 6
no_of_pages : 4
total_page : 9
The output should be at 1st page prints 6/9. 2nd page is 7/9, 3rd page is 8/9 and the last page is 9/9. It will only have 4 pages bcoz the no_of_pages is 4. The page break should based on the no_of_pages passed in.
If the no_of_pages is 3, then the result will only have 3 pages.
Would like to know how can I display the output as mentioned?
Hope you can understand my question here. Thanks alot for helping..