Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to do a YoY calculation in Qlikview and the required format is to calculate last two columns.
Basically I would like to compared FY2014/Q3 vs. FY2013/Q3, FY2014/Q2 vs. FY2013/Q2 etc.
Thank you.
Create on script a field like this year(datefield) -1 as Year_1
and use it on set analysis like
sum( Mortgage) / sum( {<Year ={"Year_1"}>} Mortgage)