Hello,
I have a list that contains different products and a list that contains dates. I want to join both tables into a new table. This table should contain each combination of product and date that is possible. Do you have any idea how I can solve this? I assume that there is a relatively simple solution but unfortunately I can't solve it.
Thank you very much!
Solved! Go to Solution.
Thank you very much! I tried to make it work with the Join, Join multiple & Union as I didnt see the Append tool.