List - Displaying left join result in list
Confluence User - 20 Dec, 2023
Hello,
I'm trying to create datalist for notice form. Every notice's record can have at least one recipient
I modeled this as many-to-many realization (notice - notice_recipient - recipent).
I created list component with "advanced form data" source where i'm joining notice with recipent. Notce is a major table (left side of join) Of course this causes multiplication rows with more than one recipents.
I want to displying unique records in list with column containing recipent in some kind aggregated form (for example joined recipent names by comma).
I'm trying to find some tip in knowlead base but i can't find anything helpful for my case.
How i can display a result of left join in aggregated form on the list ? Any suggestion or tips?
datalists