Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Using Right formula for selecting particular text

canitesh
6 - Meteoroid

How to use Using Right formula for selecting particular text in Altreyx for a particular column

2 REPLIES 2
Jean-Balteryx
16 - Nebula
16 - Nebula

Hi @canitesh ,

 

Can you be a bit more specific about what you need ?

Jean-Balteryx
16 - Nebula
16 - Nebula

If you are talking a bout the Right() function then it takes the number of character you specified from the end of your value.

 

The following formula would display "ence" :

 

RIght("difference", 4)

 

Labels
Top Solution Authors