Hello,
There's a DAYS_BETWEEN function. I tried this in fast formula:
Termination\_proration\_recovery\_days=DAYS\_BETWEEN((ADD\_MONTHS(XX\_FISCAL\_START\_DATE(sysdate),12)-1),EMP\_TERM\_DATE)
I get the following:
APP-FF-33006: The statement at line 71 has an invalid combination of data types
Cause: A statement contains an invalid combination of data types, for example an expression which contains sub-expressions of different data types.
Action: Ensure data types within expressions match.
Any idea what I'm doing wrong?