SOLVED
Formula tool
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
rshack2005
6 - Meteoroid
‎10-01-2021
06:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello - I am just getting into Alteryx and learning my way around w/o a SQL background. I am trying one of the weekly challenges and trying to create/ populate a new column based on the logic below (see image). Can anyone give me a steer what the formula would look like?
Solved! Go to Solution.
Labels:
- Labels:
- Help
3 REPLIES 3
22 - Nova
‎10-01-2021
06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rshack2005
The formula would be something like this
IF (!IsEmpty([B]) or !IsEmpty([P]))
and !IsEmpty([D]) and !IsEmpty([S]) THEN "Include"
ELSE "New" ENDIF
Hope this helps : )
‎10-16-2021
03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks very much mate!
22 - Nova
‎10-18-2021
11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help : ) @rshack2005
Cheers and have a nice day!
