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.

Dynamic filtering data Macro.

Pradeep66
8 - Asteroid

Hi Folks, 

 

I am trying to write a macro for dynamic filtering of data. 

 

input data:

 

DateFile NameMax File number Expected
11/23/2022file11
11/22/2022file12
11/22/2022file22
11/21/2022file13
11/21/2022file23
11/21/2022file33

 

now I need to output my data like this with the help of a batch macro.

DateFile NameMax File number Expected
11/23/2022file11
11/22/2022file22
11/21/2022file33
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @Pradeep66 

 

One way transforming your input into your output, to do this you dont need a batch macro:

 

Felipe_Ribeir0_0-1669304022581.png

 

binu_acs
21 - Polaris

@Pradeep66 One way of doing this with the batch macro

 

binuacs_0-1669331384205.png

 

binuacs_1-1669331460780.png

 

Labels
Top Solution Authors