Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Please help find an expression to use in a chart.

Hi

Please could someone help me with the following.

I have the following data below. I am trying to create a chart that will display all the ID's that dont have Message Type '010'. Is there an expression i can use to do this?

From the Data that is below i would expect ID's 2,3,4 and 5 to be in my chart.

Many thanks in advance

IDMessage type
1010CTRL
1010
1105
2010CTRL
3010CTRL
4010CTRL
5010CTRL
6010CTRL
6010
6105
7010CTRL
7010
7105
1 Solution

Accepted Solutions
sunny_talwar

Try this set analysis in your expression

{<ID = e({<[Message type] = {'010'}>}ID)>}

Capture.PNG

View solution in original post

3 Replies
sunny_talwar

Try this set analysis in your expression

{<ID = e({<[Message type] = {'010'}>}ID)>}

Capture.PNG

Not applicable
Author

Thank you Very much

sunny_talwar

Not a problem