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

Filtering out on multiple measures

Started by zgeorge, 22 Apr 2019 08:18:59 AM

Previous topic - Next topic

zgeorge

Hello Cognos Masters,

How can I filter out measures based on multiple values. What I'd like to do is filter out a row in a list IF all measures are either null or 0(Against a relational model). So something like this ...

([Measure1] AND [Measure2] AND [Measure3]) <> null

This logic does not work in a detail filter, it errors out and doesn't like the 'AND'.


adam_mc

Something like...

[Measure1] is not null AND
[Measure2] is not null AND
[Measure3] is not null