I’'m having some trouble grouping my view. I want to do multiple groupings i.e. group by Type and then by Schedule.
Schedules are in the format “Block : Schedule Name : Level”. That’s how it appears in the Order Details Table with each item. These schedules can be repeated throughout the table so they should fit into distinct groups.
However, when I go to group by schedule is repeats the list and it removes the level item of each group?
Thats the outcome when I concatenate. I dont understand why its necessary to combine column data that is already there in one column, I have the block, group and level in my column data as one column but it only shows when the concatenating it with other data.
I don’t have a segmented group name because the group name includes both block and level info.
This is the column I want to group by, there is no need to concatenate other column data. But if I dont you cant see full detail.