COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: sunny bachan prasad on 30 Jul 2014 11:48:19 AM

Title: getting blank cell while calulating the percentage in list report
Post by: sunny bachan prasad on 30 Jul 2014 11:48:19 AM
I am creating report using cognos report studio.In that i have to show the percentage in one column of the list but some of the cell of the output report is coming blank as some value in the other measure is zero which is coming in the denominator while calculating the percentage.Can any one know how to solve it.I am using IBM Netizza database.I tried the data format option but it is not working. >:( >:( >:(
Title: Re: getting blank cell while calulating the percentage in list report
Post by: karthik.kadambi on 16 Aug 2014 07:19:26 PM
There should be line in the Data Format window for Missing Values. I think you can specify what to show when the cell is Null.

Or

come up with a case statement if (% is not null) then (%) else (0)