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

Batch Remove Filter Macro

knozawa
11 - Bolide

Hello,

 

I am trying to create a batch remove filter macro - removing multiple keywords at the same time.  I created a macro like this:

Batch Remove Filter.png

And embedded into one of my workflow.

Workflow sample.png

However, It doesn't work.

 

Thank you,

kazumi

2 REPLIES 2
KaneG
Alteryx Alumni (Retired)

Hi @knozawa,

 

Can you package the workflow? By looking at this, I'm guessing that you are getting x copies of the data, with x being the number of words to match. Each copy will have one word matched...

 

The way that I would remove records that contain any of a number of records is with a Find/Replace Tool like the attached and the image below.

 

Match Multiple Words.PNG

 

Kane

knozawa
11 - Bolide

Hi Kane,

 

This is exactly what I wanted.  Thank you for your help!

 

Sincerely,

Kazumi

Labels