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: 
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
rubenmarin
MVP
MVP

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]
)