Good afternoon alteryx team,
I built a formula to add dollar signs to all the fields that needed it. It worked but then I realized it added to all fields with numbers. I just need it only on the currency columns. The formula I built looks like this "$"+ToString([Field Name],0,1). Also I wanted the numbers to be rounded and shortened. As of now some numbers look like this $6.3013698630137. How do I get it shortened too $6.30? Thank you in advance.