Hi there,
Let’s put aside the previous requirements for now. Currently, I have a report with two pages: **Page 1** and **Page 2**. Both pages have the "Reset Page Number" property set to true.
Now, I want to display the total page count of **Page 1** on **Page 2**. Could you suggest an approach for achieving this, perhaps by defining a variable or using another suitable method?
Because on both page we use same system variable TotalPageCount and it is not possible to fetch it on another page.
ConditionL ENbling of pages based on TotalPageCount of another page
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: ConditionL ENbling of pages based on TotalPageCount of another page
Hello,
You can use the variable to store the count of pages the page1.
Thank you.
You can use the variable to store the count of pages the page1.
Thank you.
- Attachments
-
- ReportSample.mrt
- (7.14 KiB) Downloaded 71 times
Re: ConditionL ENbling of pages based on TotalPageCount of another page
Let’s say Page 1 has a page count of 2, and Page 2 has a count of 1.
I want to enable Page 2 when Page 1 contains multi-page data and disable Page 1.
If Page 1 contains single-page data, I want to disable Page 2 and print only Page 1.
I want to enable Page 2 when Page 1 contains multi-page data and disable Page 1.
If Page 1 contains single-page data, I want to disable Page 2 and print only Page 1.
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: ConditionL ENbling of pages based on TotalPageCount of another page
Hello,
Try to use the Double Pass option for the report. In the first pass check the count of pages, and in the second pass, disable pages by the Enabled option.
Thank you.
Try to use the Double Pass option for the report. In the first pass check the count of pages, and in the second pass, disable pages by the Enabled option.
Thank you.