Hi,
I have a request to show items group by a subject but if the group value is 'TTT" then do not show the groupBy header row.
How can I implement anything like this?
Group1 Item1-1 Item1-2 Group2 Item2-1 Item2-2 Item3 Item4 Item5
Thank you in advance for your help.
You cannot have GroupByRows and normal rows in the same collection, so there is no way to do this.
Thank you for your quick response. The records that I want to show belongs to a group. I'm ok if they will appear indented as the others. I just want to hide the groupBy headerfor for one specific group. I tried to use CreationFilter and change the RECT height to 0 (for that particular groupBy header row) but it did not work. Is there a way to do that using creation filter?
Thanks,
A CreationFilter or DrawFilter could stop the row from drawing, but it will not remove the space where the row would have been. So if that's what you want, then no, there's no way to do that.