Forum Discussion
Capounet
May 17, 2023Copper Contributor
how to change values from one table to another
I have two tables that share the same columns structure (43 columns with 1 serial key column). Table A: raw extract but can contain false value. Table B: contain a few lines with correction for s...
- May 18, 2023
Capounet See if the attached file contains the PQ solution that works for you. It involves unpivoting each table first, then merge and expand and then add one custom column. Remove some columns and pivot again to come up with the desired result. It's all done by clicking in the UI. No complex M-coding required. It should not affect performance all that much on tables with 43 columns. But give it a try.
Riny_van_Eekelen
May 18, 2023Platinum Contributor
Capounet See if the attached file contains the PQ solution that works for you. It involves unpivoting each table first, then merge and expand and then add one custom column. Remove some columns and pivot again to come up with the desired result. It's all done by clicking in the UI. No complex M-coding required. It should not affect performance all that much on tables with 43 columns. But give it a try.
- CapounetMay 18, 2023Copper ContributorRiny_van_Eekelen That is exactly what i needed. You just learn me a very interresting process. Thank you so much for the time given 😉 🙂