Alteryx Designer Desktop Discussions

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

Removing Duplicate & Null

Chauche
7 - Meteor

Hi There,

 

I have below scenario where I need to remove null rows (complete row and remove all the duplicate values from the "Concat_field"

Any quick help is appreciated.

 

IdentifierConcat_field
nullates;aeg;13fef
nullagerg
aegaw123;grp;123;grp;rts
agwetwegrts;rts;rts;rts;ypr;ypr;ypr
agwegwmgyj
agrgawejfuty;setref
aerwg896jyjy
5 REPLIES 5
FrederikE
13 - Pulsar

To remove the null rows, a regular Filter should do. If you want to remove duplicates from the Concat field (I guess any duplicates within one cell, right?), then I would split it (Split to Columns Tool) and then use a "Unique Tool on both columns. 

 

See the attached WF.

messi007
15 - Aurora
15 - Aurora

@Chauche,

 

Please see below : 

 

messi007_0-1657534660685.png

 

Attached the workflow,

Regards,

DataNath
17 - Castor

How does something like this look @Chauche? In the filter I've used 'null' but if the records are actually null rather than the text 'null' just change [Identifier] != 'null' to !isnull([Identifier]).

 

DataNath_0-1657534679524.png

Emmanuel_G
13 - Pulsar

Hi @Chauche ,

 

Here's a simple solution which give desired output.

 

Let us konw if it works as you want.

 

Cheers !

Emmanuel_G_0-1657535159370.png

 

Chauche
7 - Meteor

Thanks each of you. I could get the best way to get my result. @frederikE your solution was a optimal one I must say.

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