Discussion board where members can learn more about Qlik Sense App Development and Usage.
Greetings Qlik Experts,
I am trying to get a bar chart with 2 dimensions to show the percentages rather than actual values:
Example:
The bars' length are still sized by a raw value, but we would like to see the percentage breakout respective to each dimension value.
Thoughts?
S
The measure will be Sum(Value)/Sum(TOTAL <Dim> Value) and format the expression for percentage.
Hi Skamath1,
For me, doing:
sum(Value)/ sum(Total Value)
results in a bar chart ranging from 0 to 1 with each segment broken by dimension 2.
The percentages of this is what I am looking for, but I still want the bars to vary in length as if it was being plotted by sum(Value)
The reason for this is that we want to see the magnitude of differences between dimension 1 while still understanding per bar, the percentage of each segment contributing to that dimension 1.
You have to include the <Dim> after the total. Replace the Dim with the name of your first dimension field name. Also change the measure format to use percentage