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

Simple detail filter Contains/or

Started by icarder, 14 Jan 2014 03:34:59 PM

Previous topic - Next topic

icarder

Hello,

I'm struggling with something that I'm sure should be really simple.  All I'm trying to do is filter on a data item(Personnel Employee Type Code) if it has an A or a B.  I keep getting various parsing errors.  Even using the select multiple values button in the detail filter expression, I still get the errors while trying to validate.  Here's what I tried:

[Personnel Employee Type Code] = ('A', 'B')

Any help would be greatly appreciated. 

charon

Hi icarder,

you might wanne try
[Personnel Employee Type Code] in  ('A', 'B')

or
[Personnel Employee Type Code] in ('A'; 'B') (in europe there is used a semicolon.

GL and cheerz :)

icarder

Charon,

That worked perfectly.  Thanks for helping a cognos simpleton!

charon