excel function RIGHT() on Dataiku

Options
UN
UN Registered Posts: 8 ✭✭✭

Hi,

I am trying to find a way to use LEFT() or RIGHT( ) formula (that we use in excel) on dataiku. Is there an equivalent formula that I can use?

I have values in one of the columns from which I want to extract the right 3 values. example: m230, I would like a new column with the value 230.

Appreciate any help on this.

Thanks!

Best Answer

  • Catalina
    Catalina Dataiker, Dataiku DSS Core Designer, Registered Posts: 135 Dataiker
    edited July 17 Answer ✓
    Options

    Hi @UN
    ,

    You can extract the right 3 characters of the data using a Prepare recipe and the formula

    substring(line,-3)

    Screenshot 2022-08-25 at 10.43.15.png

Answers

Setup Info
    Tags
      Help me…