Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Tree tool - Get all child values when tick parent

Benji27
8 - Asteroid

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 ! 🙂

 

5 REPLIES 5
danilang
19 - Altair
19 - Altair

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

KimLaf
5 - Atom

I'm having the same problem.  Did you find a solution?

Benji27
8 - Asteroid

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

aburugu
5 - Atom

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

Benji27
8 - Asteroid

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

Labels
Top Solution Authors