We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun 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