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

the operator <>

Started by ratnalein, 04 Jul 2013 11:07:59 AM

Previous topic - Next topic

ratnalein

Hallo everyone,

I succeded to use create a filter with this definition:

[Filter Element] <> '1'


It just means, without the value 1.

I tried this, it didnt work:

[Filter Element] <> ('1';'2';'3')


I want to use <> for multiple values.  How can I do this?  Thank you for the advice.

Regards,

Ratna :)


barrysaab

Try this:

[Filter Element] <> ('1','2','3')
Boy! Cognos getting on to me!!!

blom0344

'not in' would better suit your needs..