Alteryx Designer Desktop Discussions

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

Keep only first value and remove duplicate

kauser
8 - Asteroid

hello, 

how can i get second table from first table - 

 

current output - 

 

F1$$CompanyAccount
AB500[Null][Null]
[Null]034556546
[Null]200345113092
[Null]0345226184
[Null]0345452368
[Null]300345904736
[Null]02341809472
[Null]02343618944
[Null]05677237888
EF1000[Null][Null]
[Null]100345904736
[Null]2003451809472
[Null]3002343618944
[Null]02347237888
[Null]400246452368

 

Expected Output- 

F1$$CompanyAccount
AB500[Null][Null]
[Null]034556546
[Null]200 113092
[Null]0 226184
[Null]0 452368
[Null]300 904736
[Null]02341809472
[Null]0 3618944
[Null]05677237888
EF1000[Null][Null]
[Null]100345904736
[Null]200 1809472
[Null]3002343618944
[Null]0 7237888
[Null]400246452368

 

Thank you 

 

Kauser 

1 REPLY 1
OTrieger
12 - Quasar

@kauser 
You can use Multi Row Formula tool
Checking if Row 0 = to Row-1, if yes then Null else Row 0

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels