Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!
The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Set functions like Except; Intersect

While Alteryx does have a UNION set operator, it only currently has an Inclusive Union

 

the other two set operators, Intersect & Except, and an exclusive Union would be helpful if they can be added.

  • Exclusive Union: Union two sets, but eliminate full duplicates (across the full row)
    • Although this can be done with a union, followed by a distinct - you have to do a distinct across all columns
    • This is the difference between SQL "Union" and SQL "Union ALL"
  • Intersect:  This is the intersection of two sets - where the full row (all columns) are identical
  • Except: This is where the row in 1 set is not in the other.

 

Intersect is particularly helpful for operations like looking at multi-column reference data to see if any fields at all have changed (like a slowly changing dimension).

 

CC: @rijuthav @jithinmony @HengHe @RajK @ydmuley @revathi @Deeksha @MPistone @Ari_Fuller @Arianna_Fuller @JoshKushner @samnelson @avinashbonu @Sunder_Sriram @Rahul_Thakur @Rahul_Singh

5 Comments
Nezrin
11 - Bolide
11 - Bolide

This would be really helpful - to have more functionalities within the union tool 

Pradeep66
8 - Asteroid

This would be very helpful.

binzidd
6 - Meteoroid

+1

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes
 
arunkumark_21
7 - Meteor

Agreed. This world be a great feature to have. Especially when it comes to testing 2 data sets for missing records