Filter Rows like SQL's Having/Not in condition?
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
stevelogue1980
8 - Asteroid
‎10-29-2022
05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there!
I have been trying to filter out these 4 rows in Alteryx but could not but hoping someone might be able to help me.
Attached workflow and csv
Labels:
3 REPLIES 3
Felipe_Ribeir0
16 - Nebula
‎10-29-2022
05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could use the filter tool with the Custom formula !IsNull([Input]) AND !IsNull([parameter]) to filter out these rows.
 
Felipe_Ribeir0
16 - Nebula
‎11-03-2022
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
KrishnaChithrathil
11 - Bolide
‎11-03-2022
06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
