Hi,
I am trying to add "%" to values in a specific column using tostring. but its giving me either a blank or a null value. Formulas being used:
tostring(([Completed]/[Total Completed Interactions])*100),2)+'%'
or
tostring([Overall STP Rate])+"%"
Solved! Go to Solution.