Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx Join count change

wonka1234
10 - Fireball

Hi,

 

I have a filter before my join filtering for a username and get 341 records at the end of my union.

 

wonka1234_0-1650159181538.png

 

 

however when i apply the filter at the end of my union im getting 340 records?

 

wonka1234_1-1650159275792.png

 

 

How is this possible?

the correct # should be 340 records.

6 REPLIES 6
MarqueeCrew
20 - Arcturus
20 - Arcturus

@wonka1234 ,

 

the join field is NOT unique in the data coming into the right join input anchor.  

put a unique tool before it and set unique to the join field.  You should likely see a difference. 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
wonka1234
10 - Fireball

@MarqueeCrew 

 

Why do you say right anchor? How do you know that?

MarqueeCrew
20 - Arcturus
20 - Arcturus

@wonka1234 ,

 

You seem pretty set on knowing the data counts.   I presume your 340 records are in LEFT anchor.  You hid the right data.  When you join and get more data in the J anchor than expected it is generally because 2 or more join R records exist for the given key field.  

it could be duplicated anywhere, but in my experience it's the right data. 

cheers,

 

 mark

 

 

 was I right?

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
wonka1234
10 - Fireball

@MarqueeCrew 

 

Thanks. I have uniqued the join fields in the unique tool, getting smaller amount of records. (41 only)

 

wonka1234_0-1650198478968.png

 

wonka1234
10 - Fireball

sigh, still wondering why i am not getting 341.

MarqueeCrew
20 - Arcturus
20 - Arcturus

Join us case sensitive. Is data mixed?   

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors