- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 10:09 AM
Hi Everyone,
I have one requirement to filter the end date field of the hardware asset table using a group by along with a filter as this year and last year with it in the dashboard list widget. If anyone knows how to group by field in the dashboard please help me with it. Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:25 AM
Hi @PratikK098 ,
Group by date is not possible in dashboard or reports or you need to create a customer attribute in that you need to store the Year of end date then you can group based on year.
Also the filter you can use below get the end date for this year and last year.
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Thanks
Ajay Kumar
Linkedin Profile:- https://www.linkedin.com/in/ajay-kumar-66a91385/
ServiceNow Community Rising Star 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:25 AM
Hi @PratikK098 ,
Group by date is not possible in dashboard or reports or you need to create a customer attribute in that you need to store the Year of end date then you can group based on year.
Also the filter you can use below get the end date for this year and last year.
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Thanks
Ajay Kumar
Linkedin Profile:- https://www.linkedin.com/in/ajay-kumar-66a91385/
ServiceNow Community Rising Star 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 04:03 AM
Thanks @AJ-TechTrek for your help.