Hello,
I'm trying to display group headers even though the group is "Empty".
My example setup:
Two data sources: GroupDataSource and FieldDataSource
Parameter GroupCodes: DataSource:= GroupDataSource, Value:= AllValues(Fields.GroupCode)
FiedDataSource contains SQL:
"WHERE table.GroupCode in @GroupCodes"
Suppose I select group codes 1, 2, and 3, but there are only fields with groupCodes 1 and 2. There will only be groups for 1 and 2, obviously, but I would like to make a header for the "empty" group (non-existant, in a way...) 3. Is this possible?
Thanks,
Gabriel
I'm trying to display group headers even though the group is "Empty".
My example setup:
Two data sources: GroupDataSource and FieldDataSource
Parameter GroupCodes: DataSource:= GroupDataSource, Value:= AllValues(Fields.GroupCode)
FiedDataSource contains SQL:
"WHERE table.GroupCode in @GroupCodes"
Suppose I select group codes 1, 2, and 3, but there are only fields with groupCodes 1 and 2. There will only be groups for 1 and 2, obviously, but I would like to make a header for the "empty" group (non-existant, in a way...) 3. Is this possible?
Thanks,
Gabriel