Hi all
Just wondering how can i put something similar to pivot with multiple filters, please advise if there is anything similar to field list in excel where i can put Filters, Columns, Rows and values.
thanks
ARIZ
Solved! Go to Solution.
Hi @Ariz,
The Filter tool in Alteryx is pretty powerful and will accept Boolean arguments for multiple filters in one tool. This works great for a static filter. If you are looking for a dynamic solution where the user of the workflow can select the filters applied to the results, you will need to create an Alteryx app that the user can select the filters that will be applied to the Filter tool. If you have sample data and a sample output, the Alteryx Community can assist you with the workflow if you need it.
Thanks Willins!