I have a set of data with periods P01 - P12 (also represented by a date field with end of month date in it). In each period, each employee has a record and there is a field (Value) with a numerical value. I need to create a calculated boolean field that for each employee determining:
IF (For employee) Previous period value = 0 and Current Period value >0 THEN "Y" ELSE "N"
I would appreciate any suggestions for the best practice / cleanest way to achieve this.
Regards,
Alexis