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

Joining & Unioning in 1 tool

The JOIN tool could use some love.  Let's consider merging the JOIN and UNION functions into a single tool.  Instead of strictly L, J, and R outputs, we could have an option to allow for all standard SQL joins:

 

  • Cross Join (Warning!!!)
  • Inner Join (boring)
  • Left Outer Join (saves time configuring Union)
  • Right Outer Join (saves time ...)
  • Full Outer Join (saves time ...)

Being able to JOIN on case-insensitive values is a big bonus (resisted urge to BOLD and change font size).

Being able to JOIN on date-range is often requested.

Being able to JOIN on numeric-range is often requested.

 

If we are combining tools, getting UNIQUE on L or R (or both) inputs would also save time.  Most JOIN errors are because the incoming (R) data contains duplicates by KEY.

 

cheers,

 

Mark

 

Hi @NicoleJ 

3 Comments
terry10
12 - Quasar

It would also be nice if the Join & Unioned output applied renames and reordering from the embedded select. Currently the R and L output do not apply these renames, so I haven't been using the embedded select.

xx79
4 - Baryon
Status changed to: Under Review
 
ianjohnston
8 - Asteroid

@MarqueeCrew 

 

Hi Mark

 

Would definitely love to have the functions from the JOIN and UNION tools working as one.

 

Have often thought about having two tools set up in this kind of format:

 

  • OUTER JOIN - Left Outer Join + Right Outer Join + Outer Join + Full Outer Join
  • INNER JOIN - Left Join + Right Join + Inner Join