Forum Discussion

DiePic's avatar
DiePic
Resolver II
3 years ago
Solved

Duplicate a column with text replace

Hi all

I have a table that is imported from dynamics 365 sales.
I need to duplicate a column but I must cancel the suffix of the code .... this is the example:
NrOpportunity = "OPP-0001"
NewColumnNrOpportunity = "0001"
....

How can I do that?

  • Hi DiePic 

     

    base data

     

    define delimiter -> you can also use OPP-

    Results

    Best regards
    Michael
    -----------------------------------------------------
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
    Appreciate your thumbs up!
    @ me in replies or I'll lose your thread.

     

     

     

     

     

     

     

     

2 Replies

  • Mikelytics's avatar
    Mikelytics
    Resident Rockstar

    Hi DiePic 

     

    base data

     

    define delimiter -> you can also use OPP-

    Results

    Best regards
    Michael
    -----------------------------------------------------
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
    Appreciate your thumbs up!
    @ me in replies or I'll lose your thread.

     

     

     

     

     

     

     

     

    • DiePic's avatar
      DiePic
      Resolver II

      Hi Mikelytics 
      thanks for your help...
      that is what I'm searching for my duplicate column ....