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

running count or count does not work

Started by Dipika Dabhakdar, 03 Sep 2015 06:40:14 PM

Previous topic - Next topic

Dipika Dabhakdar

Hello Cognos Expert,

I want to display a value 0 for an query item when there is absolutely no record for that field.

So far I tried running count and count function to check to see if there is any record, but none of them works.

can anyone help in solving this issue?

bus_pass_man

Try an expression like this:

if {object} is null
then 0
else {object}