- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 09:29 PM - edited 03-20-2025 09:30 PM
Hello,
I'm working on a platform analytics dashboard: is it possible to multi select some elements in the dashboard so they can be deleted in bulk?
At the moment I have to select each element one by one and delete it
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2025 05:14 AM
Hi @RS7 ,
Currently, ServiceNow's Platform Analytics Dashboard does not support multi-select for bulk deletion of widgets or elements directly within the UI. Each widget must be deleted individually.
As a workaround, you can:
Use the Dashboard Records Table (pa_widgets or sys_ui_page) to locate and delete multiple widgets via a list view.
Create a Scripted Solution using a script in a background job or a UI action to automate bulk deletions.
Check for Enhancements – If this feature is essential, consider submitting an enhancement request via the ServiceNow Idea Portal.
Hope this helps! Let me know if you need further details.
Also if this is helpful please mark it helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 10:53 PM
Hello @RS7
Currently you cannot bulk select elements and delete in the dashboard, however you can individually do it.
Refer attached screenshot -
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2025 05:14 AM
Hi @RS7 ,
Currently, ServiceNow's Platform Analytics Dashboard does not support multi-select for bulk deletion of widgets or elements directly within the UI. Each widget must be deleted individually.
As a workaround, you can:
Use the Dashboard Records Table (pa_widgets or sys_ui_page) to locate and delete multiple widgets via a list view.
Create a Scripted Solution using a script in a background job or a UI action to automate bulk deletions.
Check for Enhancements – If this feature is essential, consider submitting an enhancement request via the ServiceNow Idea Portal.
Hope this helps! Let me know if you need further details.
Also if this is helpful please mark it helpful