Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

radio button - no output as expected in one module

shelley_wu
5 - Atom

 

Hi all,

 

I've added two radio buttons to my workflow for two independent modules. When a user runs Module 1, Module 2 is disabled, and vice versa. Both radio buttons have the same settings and action tools, but Module 1 isn't working and generating any outputs, while Module 2 runs as expected.

 

Can anyone tell me what the problem with my setup is? Any advice would be appreciated.

 

 

2023-02-01_14-19-56.png

shelley_wu_0-1675286130040.png

2023-02-01_14-17-23.png

2023-02-01_14-16-01.png

2023-02-01_14-14-05.png

  

2 REPLIES 2
SPetrie
13 - Pulsar

You are overcomplicating your formulas.

All you need is either [#1] and ![#1]

Since the selection will also be either one radio or the other, you only need to connect actions tools from one of the radio buttons. Then all you are deciding is if that radio is selected (true) do you want that container disabled set to true ([#1]) or disabled set to false (![#1])

SPetrie_0-1675288669680.png

SPetrie_1-1675288712971.png

 

 

shelley_wu
5 - Atom

Thank you!

Labels
Top Solution Authors