Wondering if you can point me in the right direction? I have a 16k row Query (Query1) in PQ that I have merged an 88 row table (Table1) to add 1 additional column to the Query. In the new column in the Query there are some null values where the Merge didn't find the match. Where there is a null value in that new column I would like to 'Concatenate' the value in that row from 'ColB' sp 'ColJ' (underscore would be ok to replace sp if needed).
Existing Query1:
ColA.......ColB.......ColJ......New Column
1...............ABC........DEF......MATCH
2...............GHI.........EFG......null
3...............QRS........XYZ......null
Want Query1:
ColA.......ColB.......ColJ......New Column
1...............ABC........DEF......MATCH
2...............GHI.........EFG......GHI EFG
3...............QRS........XYZ......QRS XYZ
Hope that makes sense.
TIA
Don
Existing Query1:
ColA.......ColB.......ColJ......New Column
1...............ABC........DEF......MATCH
2...............GHI.........EFG......null
3...............QRS........XYZ......null
Want Query1:
ColA.......ColB.......ColJ......New Column
1...............ABC........DEF......MATCH
2...............GHI.........EFG......GHI EFG
3...............QRS........XYZ......QRS XYZ
Hope that makes sense.
TIA
Don