Issue with Global Absence Rollover formula
Summary
Issue with Global Absence Rollover formulaContent
Hi,
In the Rollover formula if we are pasing any hard coded value directly to ROLLOVER ( example : ROLLOVER = 20 ) , it is retuning the value '20' properly.
ROLLOVER = 20
RETURN ROLLOVER
But when i am passing the value to ROLLOVER with some derived value like this ROLLOVER = L_Leave_RollOver , it is not considering 'L_Leave_RollOver' value ( In 'L_Leave_RollOver' value after my validation it has value of 36) . I am able to print this result '36' in logs , but in this criteria ROLLOVER value is taking year end accrual balnce only , not taking the derived value 'L_Leave_RollOver ' in the formula .
Tagged:
0