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

Cross tab display issue

Started by sspk, 20 May 2010 03:23:48 PM

Previous topic - Next topic

sspk

Hi all,
I am using cross tab which has insurer code in column, revenue as the measure and LOB Type in the rows.
Now when i run the report the cross tab is hiding the column name that don't have any values in the cell.Is there any way to display those hidden column names even if they don't have values.Any suggestions please.

Thanks

kattaviz

Hi,

Try converting the values which dont have data to Zeros.
thanks & regards
Satish Katta

the_xxx

Hi you can use place holder like replace null with any value you need. You can use COALESCE ([data item],'') function to achieve this.

mvjcognos

not only colesce use can also go for nvl(dataitem,' ')