Forum Discussion
jp2050
4 years agoFrequent Visitor
Combining Multiple Tables Using a Unique ID Present in All Tables
Hi All, I need to combine four separate tables, all of them being loaded into BI as excel data source files, into one table on a unique ID present in all tables. Table1 is the “master table” with...
- Anonymous4 years ago
use the merge query capability... data from table1&2 merged to create Temp2, then merge Temp2 & table 3... and so on.
Anonymous
4 years agoNot applicable
use the merge query capability... data from table1&2 merged to create Temp2, then merge Temp2 & table 3... and so on.
- jp20504 years agoFrequent Visitor
Thank you!