So, in BI Publisher, in my data model I have a subgrouping for one part of my data set but in the template, I have a for each on the subgrouping but they're not appearing correctly. Basically, for The parent group, I would have a header, but there would be a table which would have each element in the child group based for each parent group combination. I'm looking for the following:
G_1 (element)
G_2
G_2
G_1 (element)
G_2
G_2, etc.
However, I'm getting it like this:
G_1 (element)
G_2
G_1 (same element)
G_2, etc.