Wednesday, October 17, 2007

How to suppress zeros in COGNOS 8 Report Studio ?

Hello,

Suppressing zeros in the report is another commonly faced problem. If you are working on a Cross Tab then just add a filter to it with
CASE WHEN ( )
THEN (NULL)
ELSE ()

or

IF THEN ELSE

I hope they work for you.

Sandeep

No comments: