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: 
RishabhTFC
Contributor III
Contributor III

Fixed KPI for Specific Values

Hello

I want to show KPI in my dashboard that does not change its values.

My table is like this:

2.JPG

And I want two KPI one for BUDGET and one for ACTUAL1.JPG

but the problem is they both show the sum of total values of data field and if I chose budget as a filter then they both change  their value for the budget and for the actual.

I want to fix the KPI one for Budget and one for Actual

1 Reply
sunny_talwar

Have you tried using set analysis to ignore selection? Let's say your expressions are Sum(Budget) and Sum(Actual)... you can either ignore all selections by using Sum({1} Budget) and Sum({1} Actual) or ignore just selection in Budget by doing this Sum({<Budget>} Budget) and Sum({<Budget>} Actual). Read more about set analysis here

Set Analysis: syntaxes, examples