Enable/Disable Container Not Working
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
 
 
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Custom Tools
- Datasets
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Awesome! It works! Thanks @OTrieger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You are welcome 🙂
