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

Listbox configuration manually set values

afontaine
7 - Meteor

I have a listbox to select certain sheet names. I am using manually set values to write out the different options. The only problem is that there are multiple values for a given selection.

 

I know I can do Name:Value but is there a way to do multiple values it would look something like below but I dont think you can use a comma to separate them. I tried putting each value on its own line but then it repeats so MA NY NY NJ NJ PA PA 

MA : MA XML
NY : NY - CP XML, NY - IP XML
NJ : NJ - Directory XML, NJ XML
PA : PA - NRK XML, PA - RK XML

 

not sure if this is even possible or if there is a workaround

2 REPLIES 2
BenMoss
ACE Emeritus
ACE Emeritus

I would consider approaching this in a different way. 

 

Use the standard setting of just...

 

MA

NY

NJ

PA

 

Keeping the default values.

 

You can then parse the results before joining against a second datasets which has a list of sheets for each state.

 

 

2018-11-01_12-40-07.png

 

Example attached.

 

Ben

 

afontaine
7 - Meteor

Thank you for taking the time to build this helped greatly 

Labels
Top Solution Authors