Hello,
I want to display currency after amount and to do that I specify format ZZ.ZZ99,99 $$.
IF the amount = 1000, I have :
1.000,00 USD
But, somethimes the currency is not correct : 'XXX' is displaying but the field currency is ok.
IF the amount = 1000, I have :
1.000,00 XXX
Can you help me ?
Thanks.