Challenge #333: Remote or Not Remote
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
17 - Castor
08-22-2022
08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
calpav
7 - Meteor
08-22-2022
08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
12 - Quasar
08-22-2022
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hint/Warning: Be aware of the 'order' you implement the criteria.
If you want the slightly harder aspect, match the order of the 'type' (remote/hybrid/onsite) to the results provided. Make sure your years are ascending as well.
17 - Castor
08-22-2022
09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
joelmiller66
9 - Comet
08-22-2022
09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
08-22-2022
09:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
alex
11 - Bolide
08-22-2022
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
davidhardister
8 - Asteroid
08-22-2022
10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
TonyAndriani
9 - Comet
08-22-2022
10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
TonyAndriani
9 - Comet
08-22-2022
11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@calpav, not sure how you are wanting to use the Unique tool here. If you use the tool to test for a value that appears in three different rows, one row will appear on the U anchor and the other two on the D anchor. So you can't just take the rows from the D anchor -- you'll be missing a row. You could use the Unique tool if you passed the D output data to another Unique or a Summarize to get the distinct set of values and joined that back to the original data. But I expect that Summarize, Filter, Join is faster.