Group By Option Not Available for 'Short Description' Field on 'Interaction' TableIssue When creating a report on the interaction table, the group by option is not available for the 'Short Description' field.1. Create a report2. Select the interaction table3. Attempt to group by the 'Short Description' field Short Description field will not be available to selectReleaseNot ApplicableCauseThis is an expected behavior as by default, the "Group By" option will not be available for string fields with a maximum length greater than 255 characters.ResolutionWorkaround: Add the attribute 'can_group=true' to the 'Short Description' field's sys_dictionary record. Implement this change in a sub-production instance and thoroughly test for any performance issues before making the same changes in the production instance. Note: Adding the can_group=true attribute might lead to performance issues.