$ SIGN ISSUE

Rohit Kulkarni 731 Reputation points
2021-11-01T14:11:25.397+00:00

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.

145509-image.png

Regards
Rk

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

2 answers

Sort by: Most helpful
  1. Nasreen Akter 10,896 Reputation points Volunteer Moderator
    2021-11-01T15:40:05.63+00:00

    Hi @Rohit Kulkarni ,

    Would you please try the following:

    toDecimal(colName, 9, 2, '$#######.##')  
    toDecimal(colName1, 9, 2, '$#######.##') + toDecimal(colName2, 9, 2, '$#######.##')  
    

    Thanks!

    0 comments No comments

  2. MarkKromer-MSFT 5,231 Reputation points Microsoft Employee Moderator
    2021-11-01T20:35:58.337+00:00

    dropLeft(colname,instr(colname','$'))

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.