Hello,
I have two tables where the non-empty elements of one are not located in the same place as the non-empty element of the other, and i want to superimpose the two tables so that I obtain a table with all the elements,
For example, i have these two tables :
1 | 2 | |
3 |
2 | ||
1 | 4 | |
And i want to get :
1 | 2 | 2 |
1 | 4 | |
3 |
How can i do this in Alteryx ?
Best regards,
@Ous1995
Since it is superimpose, then we just have the row# and column#