Hi, I've done some searching but haven't found the answer to this yet. I'm trying to calculate claims development using claims triangles. I have 20 columns called 1, 2, 3, ..., 20. I need to be able to calculate new columns which are [2] / [1], [3] / [2], [4] / [2] etc.
I was hoping I could do something like [_CurrentField_] / [_CurrentField_-1] where -1 represents the field to the left of the current field.
Is something like this possible? The number of fields will increase as more years appear (the fields come from a pivot of the data.
Thank you in advance for any help. I'm just trying to avoid creating 20 calculations.