Alteryx Designer Desktop Discussions

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

IF Formula, Multi-Row tool

WooPigSooie
5 - Atom
How might I write a multi-row IF formula to fill out the "Loaded Time" in the screenshot below (I manually filled this column as an example of what I'm looking for), in so that if the "Status" column does not contain the text "Load" for a specific order, the "Loaded Time" column is then populated with "unknown" for all of the cells corresponding to that order number?

WooPigSooie_0-1648048425254.png

 

2 REPLIES 2
Luke_C
17 - Castor

Hi @WooPigSooie 

 

Here's an example:

 

  1. Multi-row to populate loaded time (key here is grouping by order)
  2. Formula to update nulls to unknowns

You can combine this into one multirow tool but for simplicity's sake I separated into two tools

 

Luke_C_0-1648049097671.png

 

 

CathyS_Slalom
9 - Comet

Hi @WooPigSooie 

cathyshi525_0-1648049670437.png

 

Labels