Forum Discussion

Shelley-Baynton's avatar
5 years ago
Solved

Append Table include source name

Hello,   I need to merge together our team projects to create a dashboard, with the option to filter by the original table name. I've managed to merge my two data tables to create my append table b...
  • mahoneypat's avatar
    5 years ago

    Prior to the append step, add a custom column in both tables to be appended with the same column name.  For example, add a column called "SourceTable" with a formula in the add column pop up of ="Table1" or ="Table2".

     

    Pat