Alteryx Designer Desktop Discussions

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

Return empty cell if value from another column is same as row above

JudithZonder
6 - Meteoroid

Hi, I am wondering if someone could help me out with the following:

 

I want the Count and Multiple column to not occur multiple times if the Account holder name occurs more than once. This is how my data looks right now:

 

Account holder nameCountMultiple
A Corp1FALSE
A. Corp1FALSE
AAB Wurmböck GmbH1FALSE
Abele, Gustav1FALSE
Account Holder 12345672TRUE
Account Holder 12345672TRUE
Ahrend2TRUE
Ahrend2TRUE

 

This is how I need it to be, with empty cells if the Account holder name is the same as the row above.

 

Account holder nameCountMultiple
A Corp1FALSE
A. Corp1FALSE
AAB Wurmböck GmbH1FALSE
Abele, Gustav1FALSE
Account Holder 12345672TRUE
Account Holder 1234567  
Ahrend2TRUE
Ahrend  

 

Hope someone can help me with this problem?

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @JudithZonder 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644400771972.png

 

Hope this helps : )

 

JudithZonder
6 - Meteoroid

It did! Thanks a lot :)

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @JudithZonder 

Cheers and have a nice day!

Labels