Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How can I build a For Loop in alteryx?

I have a requirement where I need to execute the following "For' Loop

 

for(x=i,i>0,i=a)

 

the initial value of a=length and the second iteration, the value becomes a-b post some truncation of b rows and so on.

 

The function that I am going to perform inside the 'For' Loop is some filtering of data.

 

Can you pls help me?

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@sriramramakrishnan03 
Alteryx is manualiping data on a gloal level, meaning all in and all out.

So I dont think there is an identical For function but I am sure there is something we can do with Multirow Formula too.

Can you provide a sample input and out?

binuacs
21 - Polaris

@sriramramakrishnan03 I agree with @Qiu , you can also try the Generate Rows Tool, which is work like a loop

 

binuacs_1-1674199826345.png

 

 

Labels
Top Solution Authors