Sorting in eText template
Summary:
We have a requirement to sort data based on a tag from XML using eText template
Content (required):
In eText we can sort based on tags but here we have to sort based on a condition. Example : Nvl(Code,'a') which is not working
Version (include the version you are using, if applicable):
This is to build a eText template for AP Check printing
Code Snippet (add any code snippets that support your topic, if applicable):
<SORT ASCENDING>
NVL(PaymentReason/Code,'A')
1