Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can I get some help on how to compute the third column in the attached excel file in QlikView?
Any help will be appreciated. Thanks.
For CurentIndex you can try this
=exp(RangeSum(Above(Log(1 + Return), 0, RowNo())))
For 3m Return
=exp(RangeSum(Above(Log(1 + Return), 0, RowNo())))/Above(exp(RangeSum(Above(Log(1 + Return), 0, RowNo()))), 3) - 1
Try this for demonistrator and use same your formula for CurrentIndex
CurrentIndex/Above(exp(RangeSum(Below(-Log(1 + Return), 0, RowNo(TOTAL)))), 3)