Page 1 of 1

Is there an "empty" data band option?

Posted: Tue Jan 15, 2013 4:02 am
by Scottioioio
I am using a Data Band that is bound to a Data Source. This works great when the Data Source returns one or more records, but when the Data Source returns no records the Data Band shows nothing. Is there a way to configure the Data Band to show some pre-defined text if there are no records in the Data Source?

Thanks

Re: Is there an "empty" data band option?

Posted: Tue Jan 15, 2013 10:30 am
by HighAley
Hello.

You can put other data band with Count Data value equals 1. And set its Condition with next expresion:

Code: Select all

Count(DataBaseband1) == 0
Thank you.

Re: Is there an "empty" data band option?

Posted: Tue Jan 15, 2013 4:55 pm
by Scottioioio
That works wonderfully, thank you.

Re: Is there an "empty" data band option?

Posted: Wed Jan 16, 2013 7:18 am
by HighAley
Hello.

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

Thank you.