Hi, I have a column 'array A' of type array in my collection 'coll A'. When I try to display array A in a list or grid (with a label), all array items get displayed inside the same label, separated by commas. I want the array items to be displayed in different labels (inside the same list/grid). No. of labels varying depending on the no. of array items.
How can I achieve this?