Forum Discussion
ahmedKalbani
7 years agoFrequent Visitor
Merging two dataset tables together and adding an identifier column
All, I have two tables for two different projects (different source files) but they have the same header columns (but different row info). I want to add these two into one field and add a new col...
- 7 years ago
hi, ahmedKalbani
Since the two tables have the same header columns, if you could use Append Function in Edit Queries?
For example:
table 1table 2
Step1:
Add an identity custom column for each table
Step2:
Then click Home->Combine->Append Queries
Result:
Best Regards,
Lin
Ashish_Mathur
Super User
7 years agoHi,
From where should the Project Name be picked up?
ahmedKalbani
7 years agoFrequent Visitor
Im thinking doing an if condition based on the file name source
- Ashish_Mathur7 years ago
Super User