Hello,
I have the following scenario on a mongoose CSI report:
When my row of data is assigned to the Detail region type the data appears like this:
data1
data1 related data
data1
data1 related data
data1
data1 related data
Data2
data2 related data
data2
data2 related data
data2
data2 related data
So instead of showing the data1 or data2 on repeated lines, I want to group them so that it appears like this:
data1
data1 related data
data1 related data
data1 related data
data2
data2 related data
data2 related data
data2 related data
So I changed my Data1/Data2 row in CSI to have a region type of Group Header with the Group Property tied to the data1/data2 column. This is how it appeared:
data1 related data
data1 related data
data1 related data
data2 related data
data2 related data
data2 related data
It correctly showed the related data but hid my group header row.
Yes, my Group Header row had a VisibleWhen setting on it, but why would it behave differently just because I changed it from a Region Type of Detail to a Region type of Group Header?
Thanks.