If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

No rows returned

Started by mycognos, 30 Oct 2008 04:48:06 AM

Previous topic - Next topic

mycognos

I have a report, in which I want to display a message if the query does not return any data. How can I handle this in cognos8.3?

Have implemented this in cognos 8.2 but it is not working in cognos8.3.
The following is the code used for the report expression in cognos8.2:

Case when (RowNumber() is NULL) then ('No Data for the Given Input') else ('') end

billylodz


mycognos