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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating Stacked Bar Chart

Hi all,

I have a table which shows an overview of the different systems(system type, i.e. ERP system, Mail system, Sales system) implemented within a group of companies. The table looks like this.

図1.png

I want to create a stacked bar chart. But I am facing some difficulties in creating a stacked bar chart which looks like this.

図2.png

This is as far as I can get. The bars are categorised by the individual systems. rather than grouped by the family(ERP,Mail, Sales).

図3.png

Is anyone able to advise me on what to do?

Thanks!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

6 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In the load script split that field into two fields, one for the family and one for the system. Use these two fields as dimensions in the bar chart.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks for the reply.

Is there any sample code around which I can possibly reference?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Very likely, but finding it could take a lot of time. Can you post an example source file?


talk is cheap, supply exceeds demand
Not applicable
Author

Here you go.

Thanks for your help.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Gysbert,

It does look like what I am trying to achieve on my app.

Let me try it on my actual data.

Thank you for your advice and being extremely helpful.