Hi Guys,
I am trying to filter a data set based on multiple conditions. This is how the data looks like
I have 3 conditions:
1. If customer ID = 1 AND Order $ is multiple of 5 and less or equal to 40
2. If customer ID = 2 AND Order $ is multiple of 5 and less or equal to 60
3. If customer ID = 4 AND Order $ is 7 or -7
I know I can create 3 branches using filter tool. But I will have more conditions in the future (around 100) I don't wanna have 200 filter tools in my workflow.
Is there a way to filter the data condition by condition (use as less tools as possible) and put all data that meet requirements into one table?
Any thoughts will be appreciated.
Solved! Go to Solution.
Does this help at all?
Thanks ThizViz. Now I know how to solve the multiple problem. But I also want to know how to loop through conditions. Appreciate your help
Thank you so much. Is it possible to put all the conditions in an Excel file and let Alteryx look up the values in the Excel to change the formula?
Thank you for your help.