Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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 blank Rows using Multi-Row Formula

Yawer
7 - Meteor

I want to know how can I use the Multi-Row Formula to blank the below row 

as you will see the desired output in the sheet and you can see the output in alteryx

3 REPLIES 3
IraWatt
17 - Castor
17 - Castor

Hey @Yawer,

Sure you can do it with a formula like this:

IF [Row+1:ATM stop dispensing] != NULL() THEN NULL() ELSE [ATM stop dispensing] ENDIF

IraWatt_0-1661514579811.png

If you want to learn more about the Multi-Row-Formula Tool the community has some quick and easy videos on the topic here: https://community.alteryx.com/t5/Interactive-Lessons/Multi-Row-Formula/ta-p/82872

 

Any questions or issues please ask

Ira Watt
Technical Consultant
Watt@Bulien.com 

 

Yawer
7 - Meteor

@IraWattThank you so much. It really helps.

IraWatt
17 - Castor
17 - Castor

No worries @Yawer 😄 have a good one! 

Labels
Top Solution Authors