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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Brownie
Contributor III
Contributor III

Pie Chart Problem

Screenshot_19.pngScreenshot_20.png

Hey,

I have 3 different fields i.e 

Order = Pool Cars

Amount in Local Currency = Budget

Assignment = Assigned Cars

And i have to show all these like this in a pie chart. 

can anyone show me how would that be possible.

1 Reply
rubenmarin1

Hi, you can create a calculated dimensions as =ValueList('Order','Amount','Budget')

And an expression like:

Pick(Match(ValueList('Order','Amount','Budget')
    ,'Order','Amount','Budget')
  ,[ExpressionForOrder]
  ,[ExpressionForAmount]
  ,[ExpressionForBudget]
)