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 get the formula to stop populating once it reaches the end of the data

tbruner
5 - Atom

Hey there, 

 

I created a simple IF statement to populate a new field, however, it is extending far beyond the record where my data ends. How can I efficiently tell the software to stop the formula at the end of my data? In the attached screenshot, my data ends at row 106.

2 REPLIES 2
markcurry
12 - Quasar

Hi @tbruner , an IF formula won't create any additional rows, so there must be extra\blank lines in your data.  Prior to your formula tool you could add a Filter tool, and Filter where [Source Asset No] is not null.   (Or [Entity] is not empty) .  Hope that helps.

tbruner
5 - Atom

Thank you, that worked for me

Labels
Top Solution Authors