Forum Discussion
Advanced Incremental Load
- 7 years ago
Hi Anonymous
Per your scenario,
then open the Edit Queries, copy table to get a new table (table1->table2)
Right-click on the Table1, uncheck the "Include in the report refresh",
close&&apply, create a new table by entering the formula
Table = UNION(Table1,Table2)
Thus, when you refresh from the data source, Table1 keep the original data, Table2 refresh with the new data, then the new table with a "union" function union the original data and new data.
Best Regards
Maggie
Hi Anonymous
Per your scenario,
then open the Edit Queries, copy table to get a new table (table1->table2)
Right-click on the Table1, uncheck the "Include in the report refresh",
close&&apply, create a new table by entering the formula
Table = UNION(Table1,Table2)
Thus, when you refresh from the data source, Table1 keep the original data, Table2 refresh with the new data, then the new table with a "union" function union the original data and new data.
Best Regards
Maggie