Alteryx Designer Desktop Discussions

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

Recursive Macro

elaenscetric
7 - Meteor

I created one macro to do some data analysis. Now I need to call the same macro within same macro (Recursively). Is there any way ?

1 REPLY 1
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @elaenscetric.

 

It sounds like you need to go down the route of an iterative macro which effectively runs as a loop until a condition is met.

 

I'd start by taking a look at the interactive lesson for iterative macros if you haven't built one before: https://community.alteryx.com/t5/Interactive-Lessons/Creating-an-Iterative-Macro/ta-p/657925

 

If you have any questions just let me know!

 

Kind regards,

Jonathan

 

Labels