Page 2 of 2

Re: hide the DataBand(and all text in databand) by condition

Posted: Thu Mar 18, 2021 11:13 am
by Sergio Museninni
d-hcelik wrote: Thu Mar 18, 2021 11:09 am in one page there are many databands area...Some of them should be disabled by conditions so I can not disabled page.I want disable some databand and there should not be any empty area or empty page
Hello
All right. Use conditional tool to disable components, bands, pages in your report. Each element of the report will be disabled if the conditional expression returns false and each element of the report will be enabled if the conditional expression returns true.
Thank you

Re: hide the DataBand(and all text in databand) by condition

Posted: Thu Mar 18, 2021 11:40 am
by d-hcelik
thank you Sergio
add condition to databand and page fixed my issue

Re: hide the DataBand(and all text in databand) by condition

Posted: Thu Mar 18, 2021 2:19 pm
by Sergio Museninni
I am glad to help you