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.

Alteryx filter only until the first blank row

DanielCarro
8 - Asteroid

Hi,

 

I have a spreadsheet which has rows, then there is a blank row and then it continues with further numbers; but I just need the data until the first blank row (the rows can increase but there will always be a blank row), and just ignore everything else below the blank row

 

This is what I have

IDCOUNTRYSALES
1

SPAIN

1000
2GERMANY2000
3GERMANY3000
   
 SURPLUS56000

 

I just want to extract

IDCOUNTRYSALES
1

SPAIN

1000
2GERMANY2000
3GERMANY3000

 

Kind Regards,

Daniel

5 REPLIES 5
Felipe_Ribeir0
16 - Nebula

Hi @DanielCarro 

 

One way of doing this

 

Felipe_Ribeir0_0-1669743273452.png

 

DanielCarro
8 - Asteroid

Hi Felipe,

I don't get 'Null', I have empty

 

DanielCarro_0-1669743754180.png

 

Felipe_Ribeir0
16 - Nebula

Hi @DanielCarro 

 

Try this new version

 

 

DanielCarro
8 - Asteroid

It worked Felipe, thank you very very much

Felipe_Ribeir0
16 - Nebula

Hi @DanielCarro 

 

I am glad it helped. Please accept my answer as a solution, so the topic can be considered solved :)

 

Thanks!

Labels
Top Solution Authors