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.

Output Query

clarrock
8 - Asteroid

Hi Team,

 

Here's my input - the null is only once in my table

CodeName
788abc
48def
[Null] jug
799ron

 

How do I output in such a way that any record past that null gets deleted

 

Output as such :

CodeName
788abc
48def
1 REPLY 1
grazitti_sapna
17 - Castor

Hi @clarrock, give this a try, I have used multirow formula to give a flag and then you can filter records where flag =0.

 

grazitti_sapna_0-1602142149477.png

If you have a sample dataset you can try on that and mark this post as solution if you are satisfied with the result.

 

Thanks.

 

Sapna Gupta
Labels
Top Solution Authors