We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How can I enable/Disable the container based on checkbox

Sshasnk
8 - Asteroid

I am new to creating applications in alteryx, What I want to do is create an application that enables or disables the container in a checkbox

 

Example:

1. I have container 1 and in the application, if I check container 1 it should enable container 1 and run only that container

2. Similar if I have container 2 and I check it container 2 only should run.

 

Sorry for asking a very simple question but I am a noob and did not find anything useful in the community 

4 REPLIES 4
gautiergodard
13 - Pulsar

Hello @Sshasnk 

You can leverage the below formula and configure the action tool like the screenshot ive provided.

 

IF [#1] =='true' THEN 'false' else 'true' endif

 

gautiergodard_0-1665087163201.png

 

**If this solution provides an answer to your question please drop a like and mark this thread as resolved.**

 

Felipe_Ribeir0
16 - Nebula

Hi @Sshasnk 

 

Take a look at the attached example.

 

Felipe_Ribeir0_0-1665087688653.png

 

If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)

 

Thanks.

binuacs
21 - Polaris
Felipe_Ribeir0
16 - Nebula

Hi @Sshasnk 

 

It worked?

Labels
Top Solution Authors