In my RTF template, the formula <?format-currency:INVL_UNIT_PRICE_VARIANCE; xdoxslt:get_variable($_XDOCTX,'invCurrCode')?> rounds values to 2 decimals by default.
For example, if INVL_UNIT_PRICE_VARIANCE is 0.006 in the data model, the output becomes 0.01 after running the template.
Adjusting the format to ##0.0000 displays 0.0100, but I need it to show the value with rounding of 4 decimals using the format-currency tag.
- Format currency should not disturb 2. rounding should be 4
Can you pls help on this? Thank you!