SOLVED
How to remove unwanted digits in a column
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
vnn2492
7 - Meteor
‎01-05-2022
06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi There, I have a requirement where I need to remove 2020/2021 in a entire column. any leads would help will be more helpful. for reference I have attached screenshot where from the column name client ID conc I need to remove 2020/2021.
Solved! Go to Solution.
Labels:
- Labels:
- Regex
3 REPLIES 3
17 - Castor
‎01-05-2022
06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sebastiaandb
12 - Quasar
‎01-05-2022
06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @vnn2492 ,
Here you go:
REGEX_Replace([Field1], "\d{4}/\d{4}", "")
it will work with all year combinations
AZuc
Alteryx Alumni (Retired)
‎01-05-2022
09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
substring([client ID conc],9)
*perhaps is 10 instead of 9. I haven't tested
André Zuccatti
Sales Engineer - LATAM -
Alteryx, Inc.

Sales Engineer - LATAM -
Alteryx, Inc.

