I currently have a report with a group value-indexes and the details of those value-indexes. ex:
a
Harry
Potter
b
Harry
Potter
c
Ron
Wesley
a,b,c are value index of a group and the names are values from details. I'm trying to avoid repetition of details-value. So:
a,b
Harry
Potter
c
Ron
Wesley
How do I achieve this? EDIT: I reformatted the example to better understand what's going on