Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want my chart to display like the one below. However, giving the second dimension(storage location) colors all the bars instead of showing the storage location names as a second dimension. How do I achieve this?
Dimension-Plant and Storage location.
Expression- sum([Total Value USD])/1000000
Hi,
I'm not sure, we have this option.
But, what i did is, combined both field(Plant & storage location) with Proper length and applied 'x-axis scroll bar'.
Not sure, it is suitable for you. just a have a look the attachment.
Hi,
Perhaps not as simple as it should be. See if this helps...
https://community.qlik.com/thread/187258
Thanks,
Azam
Thanks Azam.
I have added Plant, storage location and another dummy dimension.
Expression: sum(distinct([Total Value USD]))/1000000
It seems to work fine except that the storage locations are all haphazardly arranged. It doesnt show clearly the storage locations belonging to each plant. Can you help?
Can you please take a look at this? Thanks!
can you provide the sample?
Hi Settu,
I have attached the data set and the sample qvw. Thanks!
HI Settu,
Just checking if you were able to find out anything? Thanks!
Hi,
I'm not sure, we have this option.
But, what i did is, combined both field(Plant & storage location) with Proper length and applied 'x-axis scroll bar'.
Not sure, it is suitable for you. just a have a look the attachment.
Hi,
I think given the number of potential bars that you have in this chart, Settu's solution works well. I've made a minor change and added some colours, which you may, or may not, think help...they are defined in sheet 2 of the Excel workbook, so you can change them to a different colour scheme.
Azam
p.s. Obviously I'm not aware of your actual requirements, but be careful using SUM(DISTINCT...) you may not get the results you expect if the same value occurs more than once.
Thanks Settu
Thanks Azam, the colors are helpful