Hi All,
I have a data set below as a sample.
DATE Value Begin Value End Value
1/1 0.0008 211.200 (1+[Value]*[Begin Value]
1/2 0.0008 ? (1+[Value]*[Begin Value]
My 1/2 Begin value should nothing but the End value of 1/1
How do i get the begin value .
Also note begin value will be derived from another source but it should only be updated to the first row of begin value.
Any help on this will be highly appreciated.