Page 2 of 2
Re: How do you make a report that can switch between pages?
Posted: Mon Jun 27, 2016 11:58 am
by Ichiorochi
Aleksey wrote:In it uses the expression and if it false then the component is enabled set to false and the page does not show.
I am sorry I did not quite understand that. ^^;
Re: How do you make a report that can switch between pages?
Posted: Tue Jun 28, 2016 10:45 am
by Alex K.
Hello,
If the expression in Condition returns false value and "Component is enabled" set to false then component will be disabled.
Thank you.
Re: How do you make a report that can switch between pages?
Posted: Fri Jul 01, 2016 6:55 am
by Ichiorochi
Aleksey wrote:Hello,
If the expression in Condition returns false value and "Component is enabled" set to false then component will be disabled.
Thank you.
So how should the condition be set up if I for example want to only display page 2 of a report if a parameter/variable is set to true? and page 2 should not be displayed if said parameter/variable is set to false
Re: How do you make a report that can switch between pages?
Posted: Fri Jul 01, 2016 7:01 am
by Alex K.
Hello,
You can use the similar Condition for the Page2 as in the Page1.
Thank you.