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.

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