Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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
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]
)