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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to (syntax) for a Count(if(List='one',List2='blue', items))

I´m trying to make a count with 2 criteria that needs to be true, - but the above does´nt work

1 Solution

Accepted Solutions
gauravkhare
Creator II
Creator II

hi,

try out using the and condition as it will definately help solving your problem.

View solution in original post

4 Replies
gauravkhare
Creator II
Creator II

hi,

try out using the and condition as it will definately help solving your problem.

Not applicable
Author

Found solution just use AND instead of the comma between the 2 criteria

Not applicable
Author

Thanx Gaurav Big Smile

lironbaram
Partner - Master III
Partner - Master III

hei there

1. count(if(List='one' and List2='blue',items))