Using Right formula for selecting particular text
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
canitesh
6 - Meteoroid
‎07-23-2021
01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to use Using Right formula for selecting particular text in Altreyx for a particular column
Labels:
- Labels:
- Data Investigation
2 REPLIES 2
16 - Nebula
‎07-23-2021
01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
16 - Nebula
‎07-23-2021
01:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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)
