formatting in Jasperreports

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?

Try

#,##0.00 ‘%’

and see

http://java.sun.com/j2se/1.4.2/docs/api … ormat.html