We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Group by date type field in list view

BoHyun Jung
Mega Sage

BoHyunJung_0-1693446182280.png

 

BoHyunJung_1-1693446210367.png

 

Can't date field be group by? Or is there a way to do it?

1 ACCEPTED SOLUTION

Ravi Chandra_K
Kilo Patron

Hello @BoHyun Jung 

Greetings!

this is OOB expected behavior. You can achieve this by adding attribute can_group=true in the dictionary.

refer below thread:

https://www.servicenow.com/community/developer-forum/in-reporting-why-are-some-columns-not-available....

 you can also achieve this via report though.

refer below article:

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0758167

please mark the answer as correct and helpful if helped!

Kind Regards,

Ravi Chandra.

View solution in original post

2 REPLIES 2

Ravi Chandra_K
Kilo Patron

Hello @BoHyun Jung 

Greetings!

this is OOB expected behavior. You can achieve this by adding attribute can_group=true in the dictionary.

refer below thread:

https://www.servicenow.com/community/developer-forum/in-reporting-why-are-some-columns-not-available....

 you can also achieve this via report though.

refer below article:

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0758167

please mark the answer as correct and helpful if helped!

Kind Regards,

Ravi Chandra.

Vrushali  Kolte
Mega Sage

Hi @BoHyun Jung,

There is no direct way to group by the Date/Time field in servicenow. But you can refere the below community link for more information.

https://www.servicenow.com/community/developer-forum/is-it-possible-to-group-by-month-on-a-list-view...

 

If my answer solved your concern please mark it as Helpful 👍 and Accepted ✔️ based on impact.