How to detect job change in Fast Formula?
Summary:
How to detect job change in Fast Formula?
Content (please ensure you mask any confidential information):
We have the fast formula below. How can we change it in order to return 'Y' only when the job was assigned at current date?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
DEFAULT for PER_ASG_JOB_NAME IS 'ND'
DEFAULT for PER_ASG_ORG_LEGAL_EMPLOYER_NAME is 'ND'
ELIGIBLE = 'N'
IF (PER_ASG_JOB_NAME = 'Associate - Manager' AND PER_ASG_ORG_LEGAL_EMPLOYER_NAME= '****')Then