Alteryx Designer Desktop Discussions

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

Functionality to display the containers the user selects on a checkbox/list

VictoriaBuet
6 - Meteoroid

Hi community, 

 

I have 5 containers on my workflow which I need to be run if the user clicks on it (1 or more containers should be available to be chosen). Do you know how to create those options in a list box (see 2 examples in capture 2) from were the user can select 1 or more options and that will enable/disable the different containers?

 

So far I've tried with the only idea found on this community but is not working (see attached).

 

Thanks!

4 REPLIES 4
ChrisTX
15 - Aurora

Have you seen this post

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Expand-collapse-collections-based-on-t...

 

with the tip: put the containers into a macro, add a control parameter and connect it to the disable/enable button

 

and these:

 

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Run-set-of-code-based-on-checkbox/m-p/...

 

Alteryx > Academy > Interactive Lessons > Creating Analytic Apps > Implementing Conditional Routing

https://community.alteryx.com/t5/Interactive-Lessons/Implementing-Conditional-Routing/ta-p/243117

 

Disable or enable multiple containers based on selection of a radio button

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Radio-button-to-disable-a-container-wh...

 

Do not run part of workflow based on Input parameters

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-supress-part-of-Workflow-using-...

 

disable parts of a workflow using a radio button

https://community.alteryx.com/t5/Alteryx-Designer/Radio-Button-Analytic-Apps/m-p/614756#M138451

 

Chris

VictoriaBuet
6 - Meteoroid

Solved by mceleavey! Thanks Chris! In case someone needs the solution, I've attached a draft workflow.

VictoriaBuet
6 - Meteoroid

l

JenaeJ
5 - Atom

In your solution, your action tool had the formula IF CONTAINS([#1], 'Module 2') then 'False' Else 'True' Endif. I understand that 'Module 2' is one of the drop down options for the container but where are you pulling the field name '[#1]. 

 

 

Labels