Hi,
im currently trying to understand how to get data that is grouped in one table into a single cell in another table.
I have a date field where the same date appears multiple times. the view is grouped by this field. then there is a corresponding field in each line with names.
now i would like to get all names in one cell with the date only to appear once.
Table 1:
12.3.2019 - Paul
12.3.2019 - Hannes
12.3.2019 - Alex
=>
Table 2:
12.3.2019 - Paul, Hannes, Alex
is that possible. i´m just not getting it right …
thanks a lot, cheers, arne