Hi all,
If I have a number field formatted as currency, and I convert it to a string with a formula like this:
{unit price}&""
it drops all non-zero decimal places as well as the dollar sign, so $7.00 becomes 7. Is there any way to convert to a string with the 2-decimal format intact?

