Idea Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
Conditional Split Tool
Status:
Accepting Votes
Submitted by
SeanAdams
on
‎05-13-2019
12:31 PM
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
There's often a need to do a cascade of filters which would normally be handled in a programming language by a Case or a Switch statement.
For example:
- if it's a cat then go left, otherwise go right
- if it's a dog then go left otherwise carry on right
if it's a fish then go left otherwise carry on right
otherwise do xxxx
This could be handled more elegantly by a conditional split tool that allowed you to specify multiple conditions like a case statement, and which then generated multiple output nodes; with the last one for any leftovers.
4 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.