Group By name in the list view is not coming to all fields

Rakhesh
Kilo Guru

Hi All,

 

I'm facing an issue with the group by in table list view. We have a custom table, in list view, I set to group by to all fields in the list view expect one field. why I'm not able to set to group by for particular field on list view.

briefly, please find below Screenshot for clarification.

find_real_file.png

Can anyone knows please guide me to achieve this.

 

Regards,

 

Rakhesh

 

 

 

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Rakhesh,

ServiceNow does restrict group by based on type of field. It allows for example: reference, drop down, etc

Grouping is not possible on string type of fields(with length more than some limit). Reference,Choice,Date/Time fields have unique value which ServiceNow can use to group. It supports fields that holds a single value.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Giles Lewis
Giga Guru

It may be based on the field type. You can always group by a choice or reference field, but you cannot group by a string field if it is too long. If possible make it a choice field.

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Rakhesh,

ServiceNow does restrict group by based on type of field. It allows for example: reference, drop down, etc

Grouping is not possible on string type of fields(with length more than some limit). Reference,Choice,Date/Time fields have unique value which ServiceNow can use to group. It supports fields that holds a single value.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader