Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple count

Hello,

I'm trying to create a chart that shows the values opened and the values closed by the flag of 0-14 days and 15-30 days. right now it's showing total numbers, rather than within those time frames. below are my expressions:

open: count({<Flag={'0-14 days','15-30 days'},Severity={'Critical', 'High'}>} First_Discovered

Closed: count({<Flag={'0-14 days','15-30 days'},Severity={'Critical', 'High'}>} Closed_On)

Dimension: Severity and Flag

It seems to be counting total first discovered and total closed on.

flag.png

1 Reply
MK_QSL
MVP
MVP

If you have used Flag and Severity as dimensions, just change the order of them.. otherwise provide sample data.