Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
I want to create a stacked bar chart. But I am facing some difficulties in creating a stacked bar chart which looks like this.
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).
Is anyone able to advise me on what to do?
Thanks!
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.
Thanks for the reply.
Is there any sample code around which I can possibly reference?
Very likely, but finding it could take a lot of time. Can you post an example source file?
Here you go.
Thanks for your help.
See attached qvw.
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.