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

<>

Started by krisjontom21, 09 Jan 2012 10:03:08 AM

Previous topic - Next topic

krisjontom21

Using "<>" is what I would use to exclude a value, correct?  If so how would I write a filter for two values using "<>" ?

Lynn

One way: [YourDataItem] not in ('A','B')

Another way: [YourDataItem] <> 'A' and [YourDataItem] <> 'B'

MFGF

Second way (and far less elegant than Lynn's)

[your data item] <> 'A' and [your data item] <> 'B'


Sent from my iPad using Tapatalk
Meep!