How to aggregate Character columns?
Do you know the difference between Tables/Join and Tables/Update ? If there are multiple matching rows in the source table, Tables/Join fills the cells of the merged column with the value of the FIRST matching row - Tables/Update fills the cells with the value of the LAST matching row. (actually it fills it step by step with the values of all matching rows and the last one sticks: https://communi...