Retrieve Element Entry at Compensation plan cycle date
Content
Hello,
we have two element entries E for the employee A:
- 5000$ from 30th April to 30th May
- 10000$ from 31st May
We have also two different compensation plan cycles (May and June) and we have to retrieve the correct import for each of them by fast formula:
- May: 5000$
- June: 10000$
The fact is that the fast formula I set up retrieves 5000$ even for the June cycle.
Here's the code of the FF:
default for PATTI_NON_CONCORRENZA_IMPORTO_ASG_ENTRY_VALUE is 0
patti = PATTI_NON_CONCORRENZA_IMPORTO_ASG_ENTRY_VALUE
return patti
Can someone please light me up?
Let me know if further informations are needed.