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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
markp201
Creator III
Creator III

Set analysis result doesn't change

I have 2 kpi with the measure - sum({$<Location={Dealer}>}Orders) and sum({$<Location={Home}>}Orders)

There are only two options for Location - Home and Dealer

I have various filters including location.  When I select Home or Dealer for the location neither KPI changes.

The KPI does change when other filters are selected.

I created a table with Location and SUM(Orders) and this works when filtering the Location.

Why does the KPI not change for the one filter?

1 Solution

Accepted Solutions
agigliotti
MVP
MVP

maybe this:


sum( {$< Location *= {'Dealer'} >} Orders )


I hope it helps

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it

View solution in original post

2 Replies
agigliotti
MVP
MVP

maybe this:


sum( {$< Location *= {'Dealer'} >} Orders )


I hope it helps

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
vijetas42
Specialist
Specialist

You have already filter out data based on location in expression sum({$<Location={'Dealer'}>}Orders) so it's not changing location filter and get affected by other filer. when you have sum(orders) and select values in location either Dealer or Home you will see same value as getting displayed on above expressions.


Regards,

Vijeta