Display object properties on multiple rows instead of 1

0
Hi, I have entity1 that refers to entity2. 1 object in entity1 refers to multiple objects in entity2 (in this case 1 object in entity 1, refers to 4 objects in entity2) Is it possible to display a list in the following format?   Entity1                                          Entity2 Object1                                        Object1 Object1                                        Object2 Object1                                        Object3 Object1                                        Object4     It currently displays with comma separated value
asked
1 answers
0

Hi Alex,

To accomplish that you can use a list view of Entity2 that listens to Entity1. The layout you described can be obtained by putting list view of Entity2 into listview of Entity1

Cheers,

Zef

answered