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

Iterative macro to take input from the previous result set

Rajinikanth
6 - Meteoroid

 

Iterative macro to take input from the previous result set

2 REPLIES 2
BrandonB
Alteryx
Alteryx

Can you give some more context? Here is a great training video on iterative macros: https://community.alteryx.com/t5/Interactive-Lessons/Creating-an-Iterative-Macro/ta-p/657925

pedrodrfaria
13 - Pulsar

Hi @Rajinikanth 

 

I added below a iterative macro that takes into as an input the previous result from the calculated column. 

 

The second row for the Opening Balance takes into consideration the Ending Balance of the previous rows and the Macro calculates each row through each iteration.

pedrodrfaria_0-1609892040608.png

 

I added below the example. Please let me know if this was what you were looking for.

 

Pedro.

 

Labels