How to Create a Report for Assets Recently Deployed (In Use in Last 45 Days).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
We have a requirement to show the number of assets that were recently deployed. Specifically, we want to track assets whose Install Status changed to In Use in the last 45 days, and then display that count on the Dashboard.
How can we create such a report in ServiceNow?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hi @shubhamkhai ,
Create an report as per requirement (I prefer you to use single score )
select table as alm_asset and condition is install status = inuse and updated on and after 45 days
add the widget to your dashboard.
Kindly mark as helpful if you find this information is helpful to you.
Thank you
Chandan
Chandan