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: 
andries_bos
Creator II
Creator II

chart expression filter for all field values

I would like to filter my ' Pivot table'  chart's  expression output to show  the total sum only for the customer listed within a certain other field (all possible values). The amount of the filtered customers could change (after a rebuild), so a fixed list of values for filtering as show in other examples within the community is not an option.

I could solve this at first when adding the field ListOfCustomersToBeFiltered as a dimension and use ' Surpress all values Is Null'. 

Disadvantage is that the customers number would also show and I just want to show the totals of these filtered customers list: 

pivot table filter.jpg

I thought it could be solved with an expression that should be like :

= Sum({<  MyCustomers = {ListOfCustomersToBeFiltered}    >} Weights)

but that does not work. Any suggestions if this is possible in this 'easy'  way ?

Labels (1)
1 Solution
2 Replies
andries_bos
Creator II
Creator II
Author

I never came across these functions before , but it did the trick ! Thanks !