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.

Interface tool based on condition

allwynbazil
8 - Asteroid

Team,

 

Is there a way to display the interface tool based on the value selected? Please check the screenshot below.

If the user chooses the "Non-Standard form" for "Duration", the end date calendar should be displayed otherwise, it should be hidden.

 

allwynbazil_0-1674557285689.png

 

 

Regards,

Alwin

2 REPLIES 2
FinnCharlton
13 - Pulsar

Hi @allwynbazil ,

I would suggest using Radio Buttons for this. You can use them as a single-selection option just like a dropdown, but can also use them to 'collapse' other parts of the interface:

FinnCharlton_0-1674558620794.png

Then in the interface designer, use the arrows to group the date interface under the radio button for "Non-Standard". When the button is not selected, the end date interface will not show:

FinnCharlton_1-1674558688269.png

 

 

JamesCharnley
13 - Pulsar

@allwynbazil as Finn mentioned the radio buttons are the best way of doing things. I've attached a proof of concept. It won't work for your exact data but hopefully you can follow the principles of how it would work.

 

JamesCharnley_0-1674559049979.png

JamesCharnley_1-1674559059788.png

 

 

Labels
Top Solution Authors