BusinessObjects Board

display no data message

Hi,

 I have a table and a section placed on it. I have to display a 'no data' message when the table is empty for a section, and display the table when there is data. How could i achieve this?

thanks,
rao.


p_rao (BOB member since 2007-02-26)

There are section properties which let you display the section, even if empty. You could probably use some If statement to show “No Data” if that’s required.


MarkDavisCraig (BOB member since 2006-02-15)

You could use block level filters to show data table block or No Data found message blcok depending on number of rows fetched.

Check my post on using filters :-


Roshknee :india: (BOB member since 2007-10-29)

Hi Mark and Roshknee,

 Thanks for your replies. I tried using block level filters based on one of the empty columns from the table and it worked for now (since the table has dummy data for now). Hopefully it works even when real data is loaded.

thanks,
rao.


p_rao (BOB member since 2007-02-26)