Start Free Trial

Alteryx Designer Desktop Discussions

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

Need help with Interface tools

melfrank25
5 - Atom

This is my first time using the interface tools.  I can't seem to figure out where I have gone wrong with this.  I have a drop down of twelve months.  I want the user to select a month and then have the "IsSelectedMonth" column be updated based on that information.  I get a parse error anytime I run it as an app.  It's acting like the month being selected is an unknown variable.  So, I clearly have something misconfigured somewhere.  Any thoughts?

2 REPLIES 2
jrlindem
12 - Quasar

Couple things I did.... Your Drop Down tool needs to have two things.  Name and Value.  So I added names:

jrlindem_0-1755794868964.png

 

 

Then, I changed your formula to drive some logic. 

 

jrlindem_1-1755794898630.png

 

Lastly, added a filter tool. 

jrlindem_2-1755794941948.png

 

 

I also updated the Interface Designer to show the browse tool upon completion.  This works for me, now, as expected.  (attached).  Hope this helps,  -Jay

 

melfrank25
5 - Atom

Yes, this worked.  Thank you!!! 

Labels
Top Solution Authors