Lee-
It is possible to determine the number of digits you would like included after the decimal point.
If you currently have a view that includes your currency field, perform the following:
Please let us know if you have any additional questions. You might also be interested in reading more about our calculated formulas.
You can merge any view by clicking on the Mail Merge Link in the Tools Section of the Database Overview Page. You then select the view to merge and the corresponding template to use.
I'll have a member of our technical support team follow-up with you or post a follow-up comment tomorrow if you are still experiencing problems.
Ed,
Thanks, however the way our database is structured that solution will cause a few extra steps. Is it possible that in the future you can have the round function in the calculated fields also round currency?
You can do this if you use a calculated short answer field instead of a calculated currency field. This way the decimals are not automatically inserted and you can use the commify() formula to insert your commas. If you add a calculated short answer you can use the formula commify("$" & round(currency field)) to get the whole number with no decimals and a leading dollar sign.