Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
CasperQlik
Creator
Creator

Set expression that ignores user selection

Is it possible to write set analysis that ignores user selection in the following way.

Lets say the user filters on customer name as an example. Now my dashboard only shows data for the selected customers per the filter choice.

But is it possible to write set analysis in a chart so that a select customer(s) is always shown regardless of user choice.
So that if the user selects customers A,B and C as an example and I always want customer F to be shown in the chart along any choice made by the user. 

In the above example data for customer A, B, C and F would be displayed despite the user not selecting F.

Any help is appreciated.

 

Labels (6)
3 Replies
PrashantSangle

check operator +

 

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
marcus_sommer

You may try something like this:

sum({< Customer *= {'F'}>} Value)

Dementor31
Contributor
Contributor

sum({<Customer+={'F'}>} Value)