Grouping List
I'm trying to list data gruoping them by a column of the rows. My list shoulb be some like that:
Value of column common : X
Row 1
Row 2
.....
Value of column common : Y
Row 3
Row 4
......
Value of column common : Z
Row 5
Row 6
...
My problem is the how to say to list grouping by this column. It's possible with preceeding-sibling?
Thanks.
|