Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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