- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have a created a custom workspace and added dashboard page as home page. Dashboard page have reports within it. When I click on the score report, it should show me the list of records. But unfortunately I am getting
"The page you are looking for could not be found" error. I have already created a simple list page to show the list. But some configuration is missing.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @imran rasheed ,
The Dashboard component uses the default redirection behavior. Based on the screenshots you shared, I noticed that the URL path for the Simple List page is configured as simple-list. It should be simplelist instead. Once you update the URL path, the redirection should work as expected.
Also, if you're using indicator-based visualizations, ensure that the corresponding pages required for those visualizations exist in your custom workspace. Without those pages, the redirections will not function correctly.
I hope this helps!If it resolves your issue, please consider marking this reply as Helpful or Accept as Solution.
Regards,
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Refer: KB1308082 How to resolve a page not found error in Agent Workspace
Configure a report and drill down on Agent Workspace for HR Case Management (Configurable Workspace)
Add a drilldown event to a data visualization on a technical dashboard
KB1703903 Platform Analytics: Drilldown is not working as expected for the dashboards
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @imran rasheed ,
The Dashboard component uses the default redirection behavior. Based on the screenshots you shared, I noticed that the URL path for the Simple List page is configured as simple-list. It should be simplelist instead. Once you update the URL path, the redirection should work as expected.
Also, if you're using indicator-based visualizations, ensure that the corresponding pages required for those visualizations exist in your custom workspace. Without those pages, the redirections will not function correctly.
I hope this helps!If it resolves your issue, please consider marking this reply as Helpful or Accept as Solution.
Regards,
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
This worked perfectly. Thank you.