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

 

binuacs
20 - Arcturus

@Pradeep66 One way of doing this with the batch macro

 

binuacs_0-1669331384205.png

 

binuacs_1-1669331460780.png

 

Labels