0
votes

How can I hide multiple list object based on if each list iteam have data or no data. I am not want to hide any column in the list, I want to hide entire list in the report page. In case of if report page have more than one list objects then how can I perform this operation in Cognos Report Studio?

1
Please read Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers? - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions. - halfer

1 Answers

0
votes

The list object itself has a property for determining the behavior when no data is available. The default is to display the string "No Data Available", but you can change that.

First, select the list itself and access its properties. Click on the ellipses (...) button to access the property dialog:

enter image description here

Clear out the Specified text field so that no content is rendered when no rows are returned.

enter image description here