I would like to groups by quarter in a report, but keep the parents rows repeated in each quarter. Am I able to do that some how? When I use my quarter column to group all of the parent rows group at the bottom.
For instance, my parent rows are
Task 1
a - Q1
b - Q1
c - Q2
I want Task 1 to be broken into two groupings like below:
Task 1 (Group1 - Q1)
a - Q1
b - Q1
Task 1 (Group 2 - Q2)
c - Q2
Thanks!