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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
chris_jibin
Contributor
Contributor

How to use a single pie chart with a filter to flash in different details

How to use a single pie chart with a filter to flash in different details. Accoording to the value selected in the filter the underlying columns in the calculations must change. Is it possible this way . Or should we create different metrics for each different columns.

1 Reply
NitinK7
Specialist
Specialist

you can try like

if(getfiledselection(your filter name)='value', sum(sales), sum(revenue))