Forum Discussion
SDream7
8 years agoHelper I
Merging queries based on multiple conditions
Hello, I'm having difficultly merging two tables through the merge query function. Here's my situation: Table A has numerous fields, but the ones of interest are [First Name], [Last Name], [C...
Sathindrajith
4 years agoNew Member
You can use the following Mquery to add specific columns and the conditions u wanna join.
Table.NestedJoin(<Previous step in the Mquery>, {"Client ID", "Personal ID","Concatenated First/DOB"}, TableB, {"Client ID", "Personal ID","Concatenated First/DOB"}, <New Table Name>, <Type of Join you require>)