Report builder 3.0无法弄清楚如何做出正确的表达

Report builder 3.0 cannot figure out how to make the correct expression

我想在报表生成器中显示一个字符串,其中包含来自属于同一 ID 的不同行的值,用 , 分隔它们,例如:

id person= 1 , phone1
id person= 1 , phone2

所以在报表生成器中我可以显示

person phones
1      phone1 ,phone2    

您应该能够通过在 "id person" 字段和 "phones" 列中创建一个组来完成此操作,使用表达式 =join(fields!id_person.value,",")