Comparison between two fields in rtf template
Summary:
Comparison between two fields in rtf template
Content (please ensure you mask any confidential information):
In the RTF template, we need to conditionally display certain fields. Specifically, the requirement is to use an IF condition along with the NVL statement so that only selected fields are shown when the condition is met. Could you please share the correct syntax or example implementation for applying IF with NVL in the RTF template?
Our requirement as,
<?if: nvl(PERSON_SSN_OLD,0) != nvl(PERSON_SSN,0)?>
But above condition is not working.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0