Forum Discussion
Johan Karlsson
May 17, 2022Copper Contributor
populate table with data from another table
Hi I have two different tables one is filled with data and the other one contains just headers. I want to extract data from the one with data and fill the other table with that data. But before I do ...
Johan Karlsson
May 18, 2022Copper Contributor
Sorry if I was a little bit unclear but I'm aware that one of the solutions is just to remove columns in the first table. But this is just an example so I want to move the data from the columns in table 1 to their corresponding columns in table 2. As for the date columns in table 1 should go the xx_start and xx_end date columns in table 2.
Riny_van_Eekelen
May 18, 2022Platinum Contributor
Johan Karlsson So you have raw data and create the first table from it with PQ and you want a second table with only a selection of columns. Why not create another query referencing to the one that creates the first table and remove the unwanted column in that new query. Load it back to Excel as your second table.