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

Find values on all lines

Started by cring, 23 Feb 2015 02:35:32 PM

Previous topic - Next topic

cring

I have an internal control number that can have multiple lines for each.  I am trying to find those internal control numbers where ALL lines equal the same  value.  Any help is appreciated!

Example:

Internal Control Number         Line #       Value
11111111111111                        1             xyz
11111111111111                        2             xyz

BigChris

You might be able to do this with a filter, something along the lines of:

count([Line #] for [Internal Control Number],[Value]) = count([Line #] for [Internal Control Number])

Have an experiment and see what that throws up...