Hi.
I have a report based on grouped records. By way of illustration, let's say the records conceptually look like the following:
Record 1 belongs to Group 1 with Option = False
Record 2 belongs to Group 1 with Option = False
Record 3 belongs to Group 1 with Option = True
Record 4 belongs to Group 1 with option = True
Record 5 belongs to Group 2 with Option = False
[etc....]
I'm trying to create a report that would show the following:
Group1 Header
Record 1
Record 2
Group1 Header
Record 3
Group1 Header
Record 4
Group2 Header
Record 5
In other words, I'm trying to repeat the Group Header for each set of records where Option is False and for each record where Option is True.
My report has Groupings set on both Group and Option.
What I'm getting now is:
Group1 Header
Record 1
Record 2
Group1 Header
Record 3
Record 4
Group2 Header
Record 5
Can anyone help me with this? All help is most appreciated. Thanks!
I have a report based on grouped records. By way of illustration, let's say the records conceptually look like the following:
Record 1 belongs to Group 1 with Option = False
Record 2 belongs to Group 1 with Option = False
Record 3 belongs to Group 1 with Option = True
Record 4 belongs to Group 1 with option = True
Record 5 belongs to Group 2 with Option = False
[etc....]
I'm trying to create a report that would show the following:
Group1 Header
Record 1
Record 2
Group1 Header
Record 3
Group1 Header
Record 4
Group2 Header
Record 5
In other words, I'm trying to repeat the Group Header for each set of records where Option is False and for each record where Option is True.
My report has Groupings set on both Group and Option.
What I'm getting now is:
Group1 Header
Record 1
Record 2
Group1 Header
Record 3
Record 4
Group2 Header
Record 5
Can anyone help me with this? All help is most appreciated. Thanks!