Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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
Specialist

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.