Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
If you have used Flag and Severity as dimensions, just change the order of them.. otherwise provide sample data.