How can I enable/Disable the container based on checkbox
- 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
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
- Labels:
- Apps
- Best Practices
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
**If this solution provides an answer to your question please drop a like and mark this thread as resolved.**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Sshasnk
Take a look at the attached example.
If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)
Thanks.
- 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

