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: 
Matt_M1
Contributor II
Contributor II

Expression Issue/Please Help! :)

Hey All,

I'm relatively new to Qlikview and can't figure this out.

What I'm trying to do is get a count of the Tracking ID, but filter on two things...the first being the VRT Overall Status being 'In Progress'.  The expression below works, but I can't get the second filter added in.  I also want to filter on Severity being 'Critical'.  Could someone...anyone...please help me get that added into the below expression?

=num(Count({<[VRT Overall Status] ={'In Progress'} >}[Tracking ID]),'#,##0;-#,##0; ')

2 Solutions

Accepted Solutions
MayilVahanan

Hi

Try like below

=num(Count({<[VRT Overall Status] ={'In Progress'}, Severity ={'Critical'} >}[Tracking ID]),'#,##0;-#,##0; ')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

Matt_M1
Contributor II
Contributor II
Author

That worked...So cool!  Thank you so much!!!

View solution in original post

2 Replies
MayilVahanan

Hi

Try like below

=num(Count({<[VRT Overall Status] ={'In Progress'}, Severity ={'Critical'} >}[Tracking ID]),'#,##0;-#,##0; ')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Matt_M1
Contributor II
Contributor II
Author

That worked...So cool!  Thank you so much!!!