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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.