Atul Ranjan
10/05/2023, 6:59 AMgroup_by: my_group_attribute_id.
Its working fine when we have the attribute my_group_attribute_id
value not null.
But, if we don't have my_group_attribute_id
in some records and all of them grouped in (by all null my_group_attribute_id
value) as one group.
We don't want to make my_group_attribute_id
as mandatory attribute(means it can be null).
Is there a way to solve this problem?