I am using the following formula to pull the most recently updated records from a db:
{payout.ppend} = DateTime (2003, 05, 31, 00, 00, 00) and
{employee.timekeep2} = "1504670" and
{employee.eff_dt} = Maximum ({employee.eff_dt})
The eff_dt field is a date field that is updated each time a user's demographic information is updated. Each record has multiple xx/yy/xx eff_dt date values. I only want to retrieve demographic data for the most recent eff_dt.
The formula returns the following error right now:
THE MAX FUNCTION CANNOT BE USED BC IT MUST BE EVALUATED
LATER
Is there a better way to approach this problem??
Any help is greatly appreciated!!!!
Thank you,
Paul
{payout.ppend} = DateTime (2003, 05, 31, 00, 00, 00) and
{employee.timekeep2} = "1504670" and
{employee.eff_dt} = Maximum ({employee.eff_dt})
The eff_dt field is a date field that is updated each time a user's demographic information is updated. Each record has multiple xx/yy/xx eff_dt date values. I only want to retrieve demographic data for the most recent eff_dt.
The formula returns the following error right now:
THE MAX FUNCTION CANNOT BE USED BC IT MUST BE EVALUATED
LATER
Is there a better way to approach this problem??
Any help is greatly appreciated!!!!
Thank you,
Paul