I'm trying to add a conditional message on the Direct Deposit Statement of Earnings. My condition is if an an employee has been hired less than 1 year, I want to print a message that their vacation is not available. I created a conditional calculated field, vPossible
Condition: FUNCTION_SCRIPT( RW_AddMonth UPR_MSTR.StartDate 12 ) > UPR_WORK_Check.CheckDate
then I have 2 static strings for the true and false. I've put this calculated field on the the layout, and I get no results.
I'm guessing it's something obvious I'm missing. Any advise is appreciated.
Thanks,
George
*This post is locked for comments