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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
khallodah
Contributor
Contributor

nullcount and another expression

Salam,

I have two expressions want them to be in 1.

 

1st: nullcount [X]

2nd: [Y] does not equal 'A,B,C'

 

I want it similar or close to this logic:

nullcount([X]),[Y]<>{'A,B,C'}

 

thank you 

 

Labels (1)
2 Replies
Mark_Little
Luminary
Luminary

HI @khallodah 

 

I would assume

Nullcount({<[Y]-={'A','B','C'}>}[X])

khallodah
Contributor
Contributor
Author

Thank you!

You Saved my time

It seems working just fine. much appreciated.