Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The values shown are the actual values and the accumulated total is shown at the end.
Search the forum for waterfall chart, e.g. like
Waterfall Chart for Bridging data
Basically, use the bar offset expression attribute to shift your bars vertically.
Whatt version of Qlikview are you using?
You can go to Dimension Limits and Tick Show Totals, this will show a bar for the total values
You can then use the bar offset function in the Expression Definition
like here
Something like this for the bar offset
Hi,
I've made a video tutorial long back. Please check the below link...
Cheers,
DV
I think that the bar offset expression should be like this, to make sure ther is no offset for total bar:
if(count (distinct <dimension field>)=1, rangesum(above(sum([Sales Qty]),1, Rowno())), 0)
Af for the numbers - check "show values on data points"
Thanks for the assistance everyone. I got it figured out.
I ticked "Show Total" and then I added the following to the bar offset property:
If(rowno()=1 or Dimensionality()=0,0,rangesum (above(sum(amount),1,rowno()-1)))
And this is the result (I still got to make it a bit prettier, but the basic design is what I need)
So the customer has now decided that they do want the percentages that show in the background. The 78% \ 22% shown in the different colors.
Is it possible to do, or to even add a line that shows what makes up 80% of the total and what makes up 20% of the total?