In my custom report, I want to add a column with prices in the past. For instance 90 days ago, like so:
EVAL( ENDDAYS()-90,ENDDAYS()-90 ,End_NAV )
In the column next to it, I would like to list the corresponding date. So I tried:
EVAL( ENDDAYS()-90,ENDDAYS()-90 ,Last_price )
..but I don't know how to convert the calculated number back to a date-format. Is that possible?
Regards,
Erik