Free Trial

Alteryx Designer Desktop Discussions

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

Enable/Disable Container Not Working

PassION_es
10 - Fireball

Hi Alteryx,

 

 

My case is about the search functionality.

I have 3 containers and I want to disable two out of 3 containers when I select one of them.  However, only two of the containers are working producing the output, that is results are displayed as it is in the Gallery.  While the other one (Search by Vendor and Invoice number), shows no results.  Can you check on below workflow and share with me other option to run this correctly. Actually, even in my Designer all containers are still enabled even when I click on open debug in the interface designer after choosing one radio button only. Thanks.

disable_enableContainer.PNG

Gallery_search.PNG

4 REPLIES 4
OTrieger
12 - Quasar

@PassION_es 
I assuming that all connection are visible and based on it my answer will be.

When you are creating enable /disable of a container then you need to have both commands connected to it. In other words if selected it is enabled if not selected then disabled.

So what you are missing is a Condition Tool between the Radio Button and the Action Tool. 
Add a Condition Tool and then from each condition Tool 2 action Tools that will be connected to the same container. If True enabled, if False Disabled. In this way when the person will select what he wants to process the other containers will be disabled, and will be enabled on selection.

OTrieger
12 - Quasar

ends.PNG

PassION_es
10 - Fireball

Awesome! It works! Thanks @OTrieger 

OTrieger
12 - Quasar

You are welcome 🙂

Labels
Top Solution Authors