This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
The latest release includes several enhancements designed to improve your Community experience!
Learn MoreHey!
I was hoping to convert a column in my workflow to %.
Screenshot below - (column - "Difference" - this is the difference between the Merival and ZEUS columns)
Thanks :)
Hi @emiafshar
It depends of what kind of percentage you're talking about.
I assume you're calculating your percentage as = (Zeus - Merival)/Zeus * 100
So you can create a Field - Named as Percentage Difference, with the calculation above, and the use the following function:
ToString([Percentage Difference], 2) + '%'
The "2" rounds the number to 2 Decimal Places.
Cheers,