Hi,
I have a SQL-Data with 12 Left Outer Joins. I need to replicate the SQL Code using Alteryx.
I tried to join one table and then link "L" and "J" with the Union tool. After that, join the next table with the before used Union tool. Then Union again "L" and "J" and then join this Union with the next table with Join and so on. Alteryx is already working since 30 minutes since I clicked the run-button. Is there a faster solution to this? Maybe with Multiple Join? Not every table is linked with the same key´s, so I assume that this solution is not possible. Any suggestion what I can make to fasten this process?
I have already pre-selected the columns, I need, but still...