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: 
Not applicable

Chart question

I have a table that contains an amount of sold items, in another table the unit for the sold items are located, they are connected with a field for salesman,

If I make a chart it will be displayed like this:

100100
SalesmanAmountUnit
Mr A

Volvo

Mr ABMW

Is there a way with set analysis to make it display as this?

100
SalesmanAmount(Volvo)Amount(BMW)
Mr A100
Labels (1)
2 Replies
ecolomer
Master II
Master II

use a pivot table with dimension Salesman and Amount, and expression sum(Unit)

awhitfield
Partner - Champion
Partner - Champion

HI Henrik,

you would use a pivot chart:

See the attached simple example

HTH Andy