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.

Replace ListBox with Text box range input (YYYYMM-YYYYMM)

wonka1234
10 - Fireball

hi,

 

I have an analytic app that I have users click to define what months they desire.

 

list box tool:

wonka1234_1-1667414853187.png

 

action tool:

 

wonka1234_2-1667414882150.png

 

filter:

 

wonka1234_3-1667414899074.png

 

wonka1234_4-1667414939359.png

 

 

For example:

How can I replace this list box with a way the user enters "202209-202210" which would be the same as checking off these two months

 

 

4 REPLIES 4
Felipe_Ribeir0
16 - Nebula

Hi @wonka1234 

 

One way of doing this, just replace the text input for the user input data and the (1) of your filter for the output.

 

INPUT OF THE USER (start and end month):

 

Felipe_Ribeir0_1-1667415587335.png

 

OUTPUT (All months inside the interval):

 

Felipe_Ribeir0_2-1667415764520.png

 

 

wonka1234
10 - Fireball

Do you have anything regarding the interface tools?

Felipe_Ribeir0
16 - Nebula

Hi @wonka1234 

 

Yes, take a look at the attached workflow.

 

Interval.gif

Felipe_Ribeir0
16 - Nebula

Hi @wonka1234 

 

It worked?

Labels
Top Solution Authors