Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to create a stacked bar chart.
I have attached an image of the stacked bar Chart created in Excel.
I want to replicate this chart in Qlikview.
How should I upload the Data? (The P1,P2,P3,P4 and Total Data)?
What do I use as the Dimensions?
What do I use for the Field?
What do I use for the aggregation?
Thanks,
SK
Hi
Use Month and FieldName (which contain P1,P2,P3,P4 and Total Data)
And use expression as
= Sum(FieldName) // or like sum(sales)