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.
SOLVED

Updating Radio button value in Text Input

allwynbazil
8 - Asteroid

Team,

 

I have two radio buttons and one text input. Based on the Radio button selection, the label of the button needs to be updated in Text  Input column 12. I have attached my workflow to review. Please correct my formula.

 

Regards,

Alwin

5 REPLIES 5
allwynbazil
8 - Asteroid

Team,

 

Please ignore this request. I found the issue and fixed it.

 

Regards,

Alwin

binuacs
21 - Polaris

@allwynbazil I think the radio button return only True of False value, what fix did you do in your action tool?

allwynbazil
8 - Asteroid

HI @binuacs  , I used "update value with the formula" to update the Radio button label to the Text Input Column. Attached is the workflow for your reference.

binuacs
21 - Polaris

@allwynbazil basically you are hard coding the values based on the radio button tool is true or false? 

 

If [#1] then Replace([Destination],'NA','EA Number')
elseif [#2] then Replace([Destination],'NA','ELA Order Number')
else
'NA'
endif

allwynbazil
8 - Asteroid

Yes. Just a workaround for the desired result.

 

Regards,

Alwin

Labels
Top Solution Authors