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: 
stekol61
Creator
Creator

count and wildcard

I have a table in Sense as  below.

How can I count  'Closed' and 'Cleared' in 'Org_status'  (the result should be '3')?

Count.PNG

1 Solution

Accepted Solutions
sunny_talwar

Try this

Count({<[Org Status] = {'Closed', 'Cleared'}>} DISTINCT [Ticket ID])

View solution in original post

1 Reply
sunny_talwar

Try this

Count({<[Org Status] = {'Closed', 'Cleared'}>} DISTINCT [Ticket ID])