Alteryx Designer Desktop Discussions

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

Radio Button use-case

rishabhgupta36
7 - Meteor

I would like to build a workflow running as below:

 

If date button is selected then input date and display all data for that date in the query like: select * from table where date='user_input_date'

 

OR

 

If user_id button is selected then input date and display all data for that user_id for all dates like: select * from table where user_id='user_input_user_id'

10 REPLIES 10
rishabhgupta36
7 - Meteor

I'll try this out, thanks.

Labels