Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Using Interface | Filter between Two Numbers | Detour

ResearchRE
7 - Meteor

Hello,

 

I'm trying to create a filter between two numbers (min/max) and it's been interesting that this has become so challenging. 

 

If the box is checked then I want the data to flow through and provide the option to filter based on min or max s.f.  If the box is not checked then I want it to bypass so that all the figures are included.  That is working, but it's having a difficult time using the filters properly.  Do you all know how to fix it?  That would be super!! Thanks!

 

Alteryx.png

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

I am waiting to help another user, but you can join my WebEx now and I'll take a look at it. 

 

https://meetings.webex.com/collabs/meetings/join?uuid=M3P68U9O85L0ZU8WC01I89QU6O-UCSL&epwd=023edbe40...

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
MarqueeCrew
20 - Arcturus
20 - Arcturus

A few minor tweaks...

 

We replaced text box inputs with numeric up/downs.  We added a test if MIN > MAX, then error message.  We changed input from .xlsx to yxdb to make everything run faster.  We did learn that filters applied to the unchecked detour will show errors in designer, but work well in the executed application (or debug).

 

We also shared some tips & tricks about selects and joins.

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels