Highlighting hidden items
We have seen that it is possible and in fact suggested to turn on the option of Show Hidden Objects from visual aids. This recipe will show you a best practice related to that.
Getting ready
We will use the GO Data Warehouse (query) package for this recipe. Open IBM Cognos Report Studio and turn on the Show Hidden Object feature from visual aids.
How to do it...
In this recipe we are going to highlight the hidden column with the yellow color. To do this, perform the following steps:
Create a simple list report with Product line, Product type, and Product as columns.
Select the Product type column and turns its Box Type to None. As we have chosen to show hidden items, we can still see the column on the report page.
Now from the Background Color property, select yellow.
Run the report to test it.
How it works...
In this recipe, we have hidden a column by changing its Box Type property. As this item is now not going to appear on the report, we have the liberty to change its...