Skip to main content
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])