Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

how do I dynamically update my filter in Alteryx?

ryanzhang487
8 - Asteroid

Hi, I have a filter in my Alteryx workflow which exclude certain values(see pic on the left), I would want this list to be updated dynamically occasionally from a excel file that I receive (see pic on the right), instead going into the Alteryx filter to manually update, is there a dynamic way for me to do this work?

Thank you for your help

11111.png                               22222.png

 

 

2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @ryanzhang487 

 

An easy way of doing this is by joining your main data with this external excel file and get just the L anchor. 

 

Felipe_Ribeir0_0-1674148533035.png

 

Felipe_Ribeir0
16 - Nebula

But if for some reason you need/want to go with the dynamic filter, here is how to do it using a macro:

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Dynamic-Filter/ta-p/9922

 

Labels
Top Solution Authors