BI Publisher report completes in Warning if the user number preference is 10.000,00
Hello,
BI Publisher report completes in Warning if the user number preference is set to 10.000,00 value. I am calculating the total in RTF template when we have numbers like 109,53 report completes in warning saying not a number.
Below is the syntax which I am using to calculate the sum.
<?xdoxslt:set_variable($_XDOCTX, ‘counter’, xdoxslt:get_variable($_XDOCTX, ‘counter’) + AMOUNT_DUE)?>
I have tried different formatting options format-number and pat_format_number but didn't worked.
This report is based on data template have a global temporary table which stores the data that should get displayed.
Please let me know if you have faced this issue and have a solution for it.