FLAG from list
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
need plz with
if field does not have valid 2 character state code - I have STATE keyword list so if they are not in that list to flag /filter
thanks
Solved! Go to Solution.
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try joining in a list of the state abbreviations to your data on the field with the abbreviation. Whatever comes out of the left output on the join will be the records that didn't have the valid state code. To filter, just ignore the left output. If you want to keep them in the data but flag them, then add a formula after the left output to add a tag, then union left and center together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@hi2019 Find and Replace is another option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I want to flag the the ones that are not in the list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@hi2019 @If there is no match then the find and replace field will have NULL values, using a formula tool you can create flag based on the NULL value. In the above example if the state name field is null means it is not present in the list of state values, you can test that removing few state code from the input file
