Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesThere'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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.