Hi @Rohit Kulkarni ,
Would you please try the following:
toDecimal(colName, 9, 2, '$#######.##')
toDecimal(colName1, 9, 2, '$#######.##') + toDecimal(colName2, 9, 2, '$#######.##')
Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
I want to do the sum and sub for the particular mentioned below in the screenshot. Please advise the formula How to remove the $ sign.
Regards
Rk
Hi @Rohit Kulkarni ,
Would you please try the following:
toDecimal(colName, 9, 2, '$#######.##')
toDecimal(colName1, 9, 2, '$#######.##') + toDecimal(colName2, 9, 2, '$#######.##')
Thanks!
dropLeft(colname,instr(colname','$'))