List count mismatch when there are empty grouped by recordsSummaryWhen we group a list using the Group by function, the count generated on the top right is for every unique value used in the group. If I consider the column - Caller, and I have the below values: AbelBethSamRob(empty)(empty)Laura Now if I try to use the Group by Caller, the list will show me 1 to 5 of 5 records. However, the list will have 7 records. This is because, the count shown on the list, will not consider the empty values.Related LinksIf you add a filter, Caller IS NOT EMPTY, and then do the grouping, it will show you the exact results. This is an expected platform behavior, across all the releases.