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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
shanes
Contributor II
Contributor II

KPI Expression

Hi All!

I have a bar chart which looks at data for the last 7 days and have a KPI Chart which reacts to the bar chart and shows the total volumes selected. Well this is what I want to happen but currently the bar chart shows the right numbers but the KPI Chart volumes count all volumes. 

 

Currently my bar chart attributes are: 

DIMENSION: if(New_Date>='$(=Date(max(New_Date)-6))' and New_Date<='$(=Date(max(New_Date)))',New_Date)

MEASURE: =Count({<Flag={'AO'}>}Alert_C)

 

My KPI Dimension is =Count({<Flag={'AO'}>}Alert_C)

With te KPI Dimension I currently have, it counts total volumes ever received and not the date range i have in my bar chart. 

 

Is there anyway I can get them to speak? 

I've attached a photo to hopefully help with what i'm saying as i'm not sure if i explained it very clear.

Labels (3)
0 Replies