Formatting Currency
I have a currency type field that I would like to format. Right now, an example of the output would be 10000. I just want to add the commas to make the output 10,000.
$10,000 would work as well, or I could just add the dollar sign later.
Does anyone know how to do this using a script token?