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

Hiding Group in list based off another column

Started by EastCoastBum, 26 Oct 2016 01:53:03 PM

Previous topic - Next topic

EastCoastBum

Hello all,

I'm working on a report that groups based on ID. My question is, how can I hide specific IDs from showing up based on a text string from another field? Any way I try to filter this, it only gets rid of the row with the specified text string, not the entire ID from the list.

hespora

You can use the Except object from the query explorer's toolbox to achieve what you need. You would need one query that returns IDs where your string matches, one query that returns all IDs. Except those from each other and then join up the result to your original data query again.