Page 1 of 1

Ignore empty pages

Posted: Sun Aug 23, 2015 10:23 pm
by hugo
Hello,

I have a report with 3 pages fed by the same datasource with a filter in every data bound of every page.
There is scenarios where a filter can generate 0 rows but I see a empty page.
In scenarios in a total of 0 rows I get 3 empty pages. How can I ignore this empty pages ?


Best regards,
Hugo.

Re: Ignore empty pages

Posted: Mon Aug 24, 2015 8:25 am
by HighAley
Hello.

You could try to use next expression in Conditions of the page where the DataBand1 is a name of Data Band.

Code: Select all

Totals.Count(DataBand1) == 0
Please, look at the attached report template.
Report.mrt
(17.6 KiB) Downloaded 290 times
Thank you.

Re: Ignore empty pages

Posted: Mon Aug 24, 2015 8:57 pm
by hugo
It worked.

Thanks a lot.

Re: Ignore empty pages

Posted: Tue Aug 25, 2015 7:45 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.