Format integers as dollars instead of cents
Hello I have some integers saved in a column, however when I format them as USD it assumes that these are cents
For example 12500 in the database is formatted as $125 instead of $12,500 any parameter I can pass to fix this
Thank you in advance
1 Reply
Found the convert parameter, changed it to true and works like a charm