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.

Fetching value from above Rows multiple Times

harshal98
8 - Asteroid

Fetching value from above Rows multiple Times 

I am Using Multi Row formula 4 times which may not be a good solution.

Trying with the Single Formula tool 5 times its giving me a syntax error near [Row-1]

Ex. 

IF IsNull([Name]) THEN [Row-1]:[Name] ELSE [Name] ENDIF

This isn't Working.

 

Please Suggest me a better solution to this.

InputInputOutputOutput

 

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @harshal98 I mocked up an approach which use a transpose tool to pivot your data and only uses one Multi-Row tool to update the missing rows and then uses a crosstab to get your data back into a horizontal format. Let me know what you think?

 

Multi_Row_16122020.JPG

Labels
Top Solution Authors