Free Trial

Alteryx Designer Desktop Discussions

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

Column Filter Based on Value of another column in separate input

hemant86
11 - Bolide

Hi All,

 

I have my filter values coming from another input. I need to pickup these values and apply filter in another Table. Now I am able to achieve this through join since my LCODE(Input for Filter) will not have any duplicates. Just checking if there is an alternative to achieve this other than JOIN. Please see sample below. Thanks in advance.

 

Input for Filter:

 

LCODE
123
345
456
678
789

 

Table To apply Filter on:

EMPIDLCODE
1123
2345
3123
4456
5123
6456
7456
8345
9100
10200
1123

 

Expected OUTPT:

EMPIDLCODE
1123
3123
5123
1123
2345
8345
4456
6456
7456
2 REPLIES 2
binuacs
21 - Polaris

@hemant86 One way of doing this with the batch macro

binuacs_1-1684253358144.png

 

 

hemant86
11 - Bolide

Thanks @binuacs This works perfect.!

Labels
Top Solution Authors