How do I take this formula I am using in the Multi-Field Formula tool and make it two decimal places:
tostring(Round((([_CurrentField_])/([Open Amount USD]))*100,2)) + "%"
Solved! Go to Solution.
Replace the 2 with 0.01
Simple enough! Thank you both!