Hi there -
I have 2 data sets whereby the the columns in the data sets are selected at run time using a list box tool.
I want to then join these two data sets after the user has selected the columns. the columns in each data set will have the same name,
Is there a way to have the join tool join on the columns that the user has selected, rather than needing to predefine the matching criteria?
Thanks!
Solved! Go to Solution.
Hi @kaneb3 , you can look into changing the XML of the Join tool using the action tool with the 'Update Raw XML with formula' option. However I've gone about it a different way using Dynamic Rename tools:
Hope this helps!
thanks for your help guys :)
Hi Finn can you please share workflow which you tried to make dynamic join.
Thanks
Hi @FinnCharlton is there also a way to use List box to update the list of field from Left Join and Right Join using XML?