Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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)