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: 
czello
Contributor
Contributor

Want to display both values and percentages in Pie chart

I want to display both values and percentages in a  pie chart. 

My Dimension: =ValueList('Actual Achieved','Goal')

My Measure: If(ValueList('Actual Achieved','Goal')='Actual Achieved',[Reachback Productivity]+[FY 23 YTD],sum([Campaign Goal])-[Reachback Productivity]-[FY 23 YTD])

Any help is greatly appreciated! 

Labels (1)
2 Replies
MatheusC
Specialist II
Specialist II

Hello @czello ,

You can put your value expression on the card, as shown in the example below:

 

MatheusC_0-1663780847960.png

 

 

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
czello
Contributor
Contributor
Author

Hi @MatheusC  

Thank you for your quick response. I tried doing it your way, but it didn't work.