Compensation Salary Statements not generating when using pat_number_format in RTF template
Summary:
We are facing an issue where Compensation Salary Statements fail to generate (0 KB file gets downloaded) when the pat_number_format function is used on numeric fields in the RTF template. The same field works correctly when using the standard format-number function instead.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
<?xdoxslt:pat_format_number(CUSTOM_COLUMN16_NUMERIC, '##,##0.00', $_XDOLOCALE)?> is not working. We are getting the 0 bytes statements when pat_format_number is used. <?format-number:CUSTOM_COLUMN16_NUMERIC;'999G999D99'?>