Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dashboard Graph reflecting Market Share and Market Share change

Hi,

I am an entry level Qlikview user and I need to reflect market share for a range of products on a graph - the problem comes in when I also have to add the change of the current market share vs the previous market share on the same graph.

Is this possible?

How would I go about doing this?

Thanks

D

1 Reply
Gysbert_Wassenaar

You can use the above() function to retrieve the value of a previous row. Perhaps you can add a second expression to your chart to calculate the change. Something like

First expression; Market Share: sum(MarketShare)

Second expression; Change: above(sum(MarketShare))/sum(MarketShare) -1


talk is cheap, supply exceeds demand