Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx App Using Interface Tools

dkberry
7 - Meteor

Hi,

Is it possible to build an app that:

1) asks a question with 3 possible outcomes...let's say 1,2, or 3

2) if the user answers "1" they are presented with a set of questions with the answers linking to a query which then provide the desired data. Likewise with answers "2" & "3" but each with different sets of follow up questions.

 

I can build and app with one set of questions that link to a query but having leading questions is proving difficult. Thanks in advance. 

1 REPLY 1
apathetichell
20 - Arcturus

you need a chained app. The series of questions are generated based upon the selection of 1,2,3 - those choices are generated at the same time as the initial 1,2,3 but with a chained app - you're sending info down the line about what selection has been made so the questions are populated dynamically.

Labels
Top Solution Authors