Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Header condition template to generate compensation change statements in bulk
Summary:
Hello experts,
letters should be generated if Compensation Component 1 Amount is higher than 0 or IsNotBlank.
I tried to enter in .rtf template the following condition as header, but it seems to not working.
<?for-each: PERSONINFO[COMP_1_COMPENSATION_AMOUNT != '0']?> OR <?for-each: PERSONINFO[COMP_1_COMPENSATION_AMOUNT != '']?>
It works if I enter <?for-each: PERSONINFO[COMP_1_COMPENSATION_AMOUNT != '0']?> without the second condition.
How should be written the condition?
Thanks in advance for your time!
Kind Regards,
Valerio
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0