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

Evaluating previous row by ID

mystasz
8 - Asteroid

Hi Community,

 

Attached is a sample set of my data. I'm trying to evaluate each ID and create a new column called "Clearance Status" that would evaluate whether the ID was previously cleared or if its the first clearance. If it was never cleared and the release date is blank, it should say "needs clearance"

 

Any idea how I can do this?

 

Input:

MysticalAz_0-1666900228936.png

 

Expected:

MysticalAz_1-1666900247593.png

 

 

1 REPLY 1
Luke_C
17 - Castor
17 - Castor

Hi @mystasz 

 

You'll want to use a multi-row formula like so:

 

Luke_C_0-1666900464256.png

 

 

Labels
Top Solution Authors