Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
default messeage if no records for the table
manu2ka
Hi All,
Simple question, tried to google but nothing found.
Here is what I am doing.. I have table binded to a datasource. I want to put a default message like "No records found" if it does not return any thing I mean if the result set is 0.
Can any one let me know how to do this.
THanks in advance
man
Find more posts tagged with
Comments
manu2ka
Is there no way to put some default message when there are no values in the result set.
Can some one guide me
Man
acervantes
I do that adding a label with the legend "No data to display" in the visibility property ask for a null value of one column of the table if true hide the table and show the label and if false show the table and hide the label.<br />
<br />
Hope this can help you!<br />
<br />
Regards,<br />
<br />
ALCE<br />
<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="manu2ka"><p>Is there no way to put some default message when there are no values in the result set.<br />
<br />
Can some one guide me<br />
<br />
Man</p></blockquote>
mwilliams
Hi Man,<br />
<br />
There is also an example of one way in the devShare:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/devshare/designing-birt-reports/522-birt-display-quot-no-data-quot-when-table-is-empty-example/#description'>BIRT
Display "No Data" When Table Is Empty Example - Designs & Code - BIRT Exchange</a>