I want to do something like
=related(othertable[aColumn])
but where there are multiple matching rows and therefore, you concatenate all of the aColumn values that match the rows.
something like the below but which works
=concatenate( TO LIST ( values(filter(othertable,othertable[bColumn]=[value in this table]))))
=related(othertable[aColumn])
but where there are multiple matching rows and therefore, you concatenate all of the aColumn values that match the rows.
something like the below but which works
=concatenate( TO LIST ( values(filter(othertable,othertable[bColumn]=[value in this table]))))