Hi,
I'm suffering here. Hope you can refresh my memory. I'm pulling Employee data from an Oracle view. Each employee has many records reflecting changes (events) during their tenure such as being hired, merit increases, dept changes, etc. Each change is assigned a 'version' number (version) the highest of which represents the most recent change event, and an effective date (eff_date)the change took place. I need to create a formula which will pull past records 'as of' a parameter date. Meaning (I think I have the logic right), I need the maximum(version) of all records where the eff_date is less than the parameter date. But I don't know how to set this up properly. Any assistance will be much appreciated.
Thanks
Q
I'm suffering here. Hope you can refresh my memory. I'm pulling Employee data from an Oracle view. Each employee has many records reflecting changes (events) during their tenure such as being hired, merit increases, dept changes, etc. Each change is assigned a 'version' number (version) the highest of which represents the most recent change event, and an effective date (eff_date)the change took place. I need to create a formula which will pull past records 'as of' a parameter date. Meaning (I think I have the logic right), I need the maximum(version) of all records where the eff_date is less than the parameter date. But I don't know how to set this up properly. Any assistance will be much appreciated.
Thanks
Q