Page 1 of 1

if databand empty, Page disabled

Posted: Tue Jul 10, 2018 7:53 am
by bkalinovski
Hello,
I need to disable the Page that consists of a Databand. If databand is empty then the Page has to be disabled, if databand has some data then Page will be enabled!
Any suggestions!

Re: if databand empty, Page disabled

Posted: Fri Jul 13, 2018 7:32 am
by Lech Kulikowski
Hello,

Please try to add Condition with ComponentIsEnabled option or disable page in events.

Thank you.

Re: if databand empty, Page disabled

Posted: Wed Nov 14, 2018 1:58 pm
by bkalinovski
How to check if my DataBand is empty?

Re: if databand empty, Page disabled

Posted: Wed Nov 14, 2018 3:05 pm
by Lech Kulikowski
Hello,

You can use the Totals.Count() function.

Thank you.