SOLVED
string fields
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
alwisb
5 - Atom
‎09-16-2021
12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In the below scenario I need to separate records where UNIT ID field contains only alpha characters using filter tool. How should i write the logic in custom filter?
eg:
UNIT ID Volume
PPHE 20
8834 5
6754 10
7864 9
CCIS 7
BCFS 15
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
3 REPLIES 3
22 - Nova
‎09-16-2021
12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @alwisb
You would need regex_match for this. Here is how you can do it.
Workflow:
Hope this helps : )
‎09-16-2021
01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
wow that was spot on! Thank you. i had no clue of such stuff.
22 - Nova
‎09-16-2021
01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help : ) @alwisb
Cheers and have a nice day!
