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.
SOLVED

Multi-row formula

Mo1995
6 - Meteoroid

I have a series of Invoices and I want to check if there're any gaps or missing serials

 

I have formulated the tool as follows but the output is incorrect :

 

([Row-1:Reference#] + 1) = [Row+1:Reference#] OR [RecordID] = 1

 

this is the input :

 

Mo1995_0-1634604826712.png

 

 

this is the output :

 

Mo1995_1-1634604875615.png

I want the output to show the gap difference whenever it happens

 

i.e between rows 3 and 4 there're 9 serials missing , that's what I want as an output in the 3rd colum

 

what am I doing wrong here ??

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@Mo1995 
Maybe you almost there. 😁

Capture-1.PNG

Mo1995
6 - Meteoroid

worked like magic

Labels
Top Solution Authors