Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to create a bar chart which will compare different category sales by selected MonthYear and show the % variance of MonthYear.
I created the bar chart, but I have no idea on showing the % variance of MonthYear like below.
Thank you for all suggestions.
Hi Eddie,
convert the chart to a combo and add the following second expression:
=sum(Quantity*UnitPrice)/above(sum(Quantity*UnitPrice))-sum(Quantity*UnitPrice)/(sum(Quantity*UnitPrice))
set this expression to Values on data points and you end up with something like this:
You may need to play with the options, sample app attached
REgards
Andy
Can you load an example QVW ?
I have already uploaded my QVW.
Hi Eddie,
convert the chart to a combo and add the following second expression:
=sum(Quantity*UnitPrice)/above(sum(Quantity*UnitPrice))-sum(Quantity*UnitPrice)/(sum(Quantity*UnitPrice))
set this expression to Values on data points and you end up with something like this:
You may need to play with the options, sample app attached
REgards
Andy
Thank you very much Andrew
Hi, Can you please share qvf of the example ?
Thanks
Hi,
Can you please share Qliksense sample app as well?
Thanks