on click of dashboard widget, record should open in workspace itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2024 08:26 AM
Hello All,
I am working on the Custom workspace which is created from UI Builder where the Dashboard is added with widgets/reports to show the data in List view after that when widget number got clicked.
But when i am clicking in the report it is navigating me out of the workspace, where it should open the new tab in the workspace itself.
opening like this:
Should open like this :
Please help us out. Thanks in advance.
- 2,861 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 07:56 AM
Yes.
need to configure the interaction of the data visualization from the Workspace (not from the UI Builder).
e.g.
Refer to the documentation for the details - https://docs.servicenow.com/bundle/washingtondc-now-intelligence/page/use/par-for-workspace/concept/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 08:49 AM
Thanks for the quick reply! Two follow up questions.
1. What URL are you going to? is it the workspace url? I cannot see from your image
2. What about the simple list visualization? There isn't an interaction option from that. Do i have to create a ux record?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2024 12:46 PM
According to the Docs here
Note: This chart interaction can only open the default Now Platform list view of table records, which is currently in the Core UI. For technical reasons, it cannot open a Simple List or other Platform Analytics component. This restriction does not apply to dashboards in configurable workspaces and experiences, which use manually configured event handlers instead of chart interactions.
So it sounds like you cannot just use a dashboard you have to build something custom for your workspace.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2024 01:16 PM
Just found this for those who did not know
Updating the plugin fixed this for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 12:56 PM
I had the same issue with a slight variation. My workspace was navigating properly when selecting a card/chart by opening a tab within the workspace in our development instance. The same application moved to production would open in core ui when card/chart was clicked. The issue was resolved by turning off next experience (turning on UI16) in preferences, and then toggling next experience back on.