Hello,
I am trying to create a workflow that will separate out totals of three columns represented by the data point share class. I am having a problem converting the string into a number (double) because of the $ in front of the digits. I am using the formula tonumber(replacechar([$ DIFF],"$,","")) but I am getting a TONUMBER: lost information in conversion error. I suspect this is because the $ DIFF column has spaces. I tried to use the TRIM formula but I cannot get it to work and I suspect I am doing something wrong. How can I add TRIM to the formula I have already created.