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
Is there an "empty" data band option?
-
- Posts: 47
- Joined: Thu Dec 20, 2012 6:58 pm
Re: Is there an "empty" data band option?
Hello.
You can put other data band with Count Data value equals 1. And set its Condition with next expresion:
Thank you.
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
-
- Posts: 47
- Joined: Thu Dec 20, 2012 6:58 pm
Re: Is there an "empty" data band option?
That works wonderfully, thank you.
Re: Is there an "empty" data band option?
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.