Debug issue with Radio Button
- 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 was working on using a Radio Button to enable only one output at a time for a workflow that has 3 potential outputs. This was accomplished by using the formula "![#1]" on the disabled parameter of a tool container with the outputs.
When using the Open Debug option of the interface menu I would find all 3 tool containers enabled. I also saw this result when attaching all 3 Radio buttons and using the formula "[#2] OR [#3]" to enable the box labeled for [#1].
When running a mock-up I made I found that these action tools are indeed working properly when ran as an analytic app. Is there something wrong with how I'm using the debug tool, or is this an issue with the Alteryx process for the debug?
I've attached a mock up and am using Version 2019.4.8.22007
Solved! Go to Solution.
- Labels:
- Apps
- Bug
- Interface Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JReid I amended your workflow that will only enable one container when run in debug and should also work when run as a alteryx app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @JosephSerpis.
It seems odd that the debug would require the full conditional statement with a string to adjust a boolean value with a boolean input. I would expect an effective debug to operate as though it were the real process.