Hello,
Below are the requirements:
I need to substract 2 percentage columns (current FD Own %) and (pq) column and find out the difference and then add the % symbol to display as a percentage substraction.
I was able to do that and create a new column= Change.
Now to add the % symbol at the end, i belive i need to convert the Double data type into a string and use the TOSTRING function to add that symbol.
When I add that I see that my 2 decimal places are now becoming like 10,12.
Can anyone help me in that?
The highlighted part of the screenshot is where I see the issue.
I have also attached with workflow file.