Hello everyone,
I'm using the Tree tool in order to permit user to filter their datas via interface (I use action and join tools to filter the datas and it works fine)
Unfortunately, I have a lot of values and several users want an option to select a set of values easily
So my idea was to use tool data with hierarchy levels
I'm able to build the parent/child hierarchy I want.... but when an user ticks parent value the tool return the parent value but not the childs
Is it normal ? Is an option exists to skip parent value and get all child values ?
Or perhaps my filter must not be made via join tool ?
I need your help on this part
Thanks you ! 🙂
Solved! Go to Solution.
Hi @Benji27
On my system, 2021.1, When I select/deselect a parent item, the same operation is applied to all the children as well.
Can you share a small sample of your workflow
Dan
I'm having the same problem. Did you find a solution?
Hello
Yes finally, I connect tree/action tools onto a filter tool like the example code on Alteryx Designer
I get the values with [#1] variable and I use it into formula code in combinaison with IF ... THEN ... ELSE... ENDIF and or statement
Hi Benji27,
I also have the similar kind of requirement . When any user selects the value from tree interface that value to be passed as a parameter to the dynamic input tool's query.
Can you please post the sample Alteryx flow file ? It would be helpful for me to fulfill my requirement.
Thanks
aburugu
Hello
Sorry my client don't want I share my workflow but if you can describe your issue with input data / workflow / needed output, I think I can help you