How do I format merge fields to show a currency symbol?

P

Peter Jamieson

If you have e.g.

{ MERGEFIELD mynumber }

change it to

{ MERGEFIELD mynumber \#"$0.00" }

for example. If you want output like $1,234.56 use

"$,0.00"

if you want £ rather than $ use

"£,0.00"

and so on.

Peter Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top