Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to create a chart to show the growth over 12 months for same store sales. How can we do this ?
PFA solution
vikas
Not sure what Vikas has provided (as I am working with Personal Edition of QlikView), here is another possible solution:
Expression for 2014:
=Sum({<Year = {2014}>}If(Aggr(Count(DISTINCT {<Year = {2014}>} StoreID), StoreID, Month) = Aggr(Count(DISTINCT {<Year = {2015}>} StoreID), StoreID, Month), Sales))
Expression for 2015:
=Sum({<Year = {2015}>}If(Aggr(Count(DISTINCT {<Year = {2014}>} StoreID), StoreID, Month) = Aggr(Count(DISTINCT {<Year = {2015}>} StoreID), StoreID, Month), Sales))