SOLVED
Filtering using Contains
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

Inactive User
Not applicable
‎08-29-2019
11:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So I am using the filter tool to remove unwanted records, specifically where there is "test" or "order" in the first or last name column. However, looking at the results it seems to me that it is returning records that contain parts of the string "order" or "test".
Here is my filter:
Results (notice the last two records):
Any ideas as to why this is happening or how I can fix this?
Solved! Go to Solution.
Labels:
- Labels:
- Developer Tools
2 REPLIES 2
17 - Castor
‎08-29-2019
11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Inactive User
Switch the order of your Contains Function
Contains ([Field], "order")
Cheers,

Inactive User
Not applicable
‎08-29-2019
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
*face palm*
Thanks!
