Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Multirow Formula

noopurjain
8 - Asteroid

Hello,

I have been trying to copy "ID" field from above to below when account number is same. Please see column " need this Output" for reference.

 

I have created this in multirow formula but it isn't working:

IF isnull([ID]) and [account]=[Row-1:account] THEN [Row-1:ID] ELSE NULL ENDIF

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @noopurjain 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644595879663.png

 

Hope this helps : )

 

noopurjain
8 - Asteroid

Thanks  @atcodedog05

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @noopurjain 

Cheers and have a nice day!

Labels
Top Solution Authors