I have two pages in my report
how to hide a first page depending on a value.
I created a boolean variable with x>10 if yes hide the first page
i selected the firstpage and assigned the varaivble to render variable in page properties
but there is no box type property to hide
Please help guys.
Thanks.
The render variable associated with a page will render the page only when the variable evaluates to true/yes. There is no box type property in this case.
If the page isn't hiding as expected then the problem probably lies with the variable expression.