Hi community,
I need some help with a formatting issue. In a Sales Order report, I am using a subreport to fetch VAT and SVAT values, and the values are being retrieved correctly. However, there is a formatting issue. The numbers are displayed like 1669.18, but I want them to be formatted with thousand separators, like 1,669.18.

I tried using ‘#,##0.00’ and ‘SOLine.OrderQty.Format’ to change the value format, but it didn’t work. Does anyone have a solution to fix this.
