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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gkcchowdary
Creator
Creator

set expression for count of tickets?

Hi

anyone tell me the set expression for calculate the count of tickets using any filter condition?

Ex :calculate the count of tickets if status equal to completed.

5 Replies
sunny_talwar

It should look like this

Count({<Status = {'completed'}>}Tickets)

gkcchowdary
Creator
Creator
Author

thanks sunny

sunny_talwar

no problem

gkcchowdary
Creator
Creator
Author

Hi Sunny

can You please share your personal email id to my mail.

i have one requirement .

k.chaitanya1438@gmail.com

shiveshsingh
Master
Master

=count({<Status = {'Completed'}>}Tickets)