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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Newbie777
Partner - Creator III
Partner - Creator III

Switching measures in a pie chart

Hello,

I'd like to switch between multiple measures in a pie chart.  At the moment, although there is a yellow circled dimension label to switch between alternative dimensions, for switching between alternative measures, it seems that I have to open "Close exploration menu" pane.   Is this assumption correct?  Is there more subtle way to switch between measures for a pie chart without opening up "Close exploration menu"?  

Sakiko_1-1623054462715.png

 

Sakiko_2-1623054754947.png

 

 

Thank you for your help.

 

2 Replies
gileswalker
Creator
Creator

I am having the same issue.  Seems like a design blunder

vinieme12
Champion III
Champion III

Create a Variable Input Button list and allow users to simply click on buttons instead

something like below

Variable Input >> show as Buttons

Dynamic Values

'1~Sales|2~Margin|3~SomethingElse'    ( << a button for each measure)

 

In the Pie chart

Add One Measure as below

=Pick( vVariableName 

, ExpressionForSales

, ExpressionForMargin

, ExpressionForSomethingElse

)

 

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.