Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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.

binu_acs
21 - Polaris
Felipe_Ribeir0
16 - Nebula

Hi @Sshasnk 

 

It worked?

Labels
Top Solution Authors