We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to remove the below rows start with first NULL row

DataKiller
7 - Meteor

Hello everyone,

   I am trying to when the first row with NULL, then I remove all below rows. 

exp. row 1803 have null, so I keep the data till to row 1802, and delete all rows below 1802 row

 

Untitled picture.png

3 REPLIES 3
RolandSchubert
16 - Nebula
16 - Nebula

Hi @DataKiller ,

 

I would add a RecordId, identify the first row with NULL values, append the RecordId of this row to all records and use a Filter tool to remove records. I've attached a sample workflow.

 

Let me konw if it works for you.

 

Best,

 

Roland

JFAU
5 - Atom

Super Cool!

YaGurlKate
Alteryx
Alteryx

I realize this is pretty old but I came up with something simpler today that also works. 

Remove_summary.pngsample_data.pngmulti-row config.png

Labels
Top Solution Authors