- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 09:35 PM
Hi,
In list control, we have 10 columns. Out of those 10 columns, for 1 column, in context-menu, "Group by" & Other charting options are disabled. I would like to understand what is the reason behind this?
Thanks
Rami Reddy
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 01:18 AM
Hi Sergiu,
After playing with various column lengths, I understood that till 255, it allows "Group by" After that it won't allow "group by".
Thanks
Rami Reddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 01:18 AM
Hi Sergiu,
After playing with various column lengths, I understood that till 255, it allows "Group by" After that it won't allow "group by".
Thanks
Rami Reddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 01:23 AM
Yes, that's correct. The string fields over 255 characters are stored differently on the database side.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 12:16 AM
Ram,
Grouping is not possible on string type of fields. Reference,Choice,Date/Time fields have unique value which ServiceNow can use to group.
Mark correct if you find it helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 12:20 AM
Hi Sachin,
In same table, I have another string column with size as 100. I am able to "group by" based on that field.
Thanks
Rami Reddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 12:22 AM
Group by on string columns is possible. Group by on date/time is not possible.
Regards,