SOLVED
Filtering one and two series only
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
SH_94
11 - Bolide
‎01-27-2022
10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dear community,
I would like to ask how can we filter for the following numbers so that the result will be as follow:
Criteria - Filtering only the number start with 1 and 2 only from the input below.
Thank you and hope to hear from you soon.
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
- Developer
1 REPLY 1
22 - Nova
‎01-27-2022
10:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @SH_94
use formula like below in filter tool.
StartsWith([Field3], "1") OR
StartsWith([Field3], "2")
Workflow:
Hope this helps : )
