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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

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