Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

App That Will Choose Between 2 Workflows

JovanieYonson
7 - Meteor

Good day!

 

I am trying to create an App that will select between 2 different workflows. Each workflow has different set of input data. Also, each WF has its its own interface tools. I tried combining the 2 WF, enclosed each in 2 different containers (interface tools also inside container),  and used Radio Buttons. When I configured the interface designer, all interface tools, including interface tools each WF were reflected.

 

I would like to ask if there is a way to disable the interface tools of the unselected WF after the preferred WF is selected.

 

Note: Most of the interface tools of each WF are Browse Tools.

 

Any other approach to my original concern is much appreciated. Thanks a lot.

3 REPLIES 3
Yoshiro_Fujimori
15 - Aurora

Hi @JovanieYonson ,

I tried to follow your requirement by grouping the apps on Interface Designer.

Radio Button tool can deactivate a container. So if you control up to two apps, it works.

If the apps are more than three, you may need a little more tweaks.

I hope it helps. Good luck.

Yoshi

 

Interface

1270424_InterfaceDesign.png

 

Workflow

1270424_Workflow.png

KGT
11 - Bolide

@Yoshiro_Fujimori has got you the solution through Interface Designer.

 

One more thing that will finish it off is this checkbox:

AlteryxGui_pXsYLu12Of.png

JovanieYonson
7 - Meteor

Hi, @Yoshiro_Fujimori.

 

Thank you so much. This solved my concern. :)

Labels