Hi, in I-report I want to show my VAT in the report
When I use a formatting like this:
#,##0.00
I get nicely: 19,0
but I want a % sign behind it, but when I use this:
#,##0.00 %
I get: 1900,00 %
does someone know how to get the % behind it, within multiplying it with 100?