Hello Guys,
Does anyone have an idea how do I have to link the widgets together in modern dashboards, I do have two widgets in same dashboard and wanted to check if I can link them together to make them interactive. Also I am looking about a way I can make KPI widgets with numbers clickable using the widget links in swql query. does soalwrinds have a path to refer to in the dashboard like how it has path to dashboardslike (/apps/platform/dashboard/).looks below query is not working to give a reference in a dashboard widgets.
SELECT TOP 1 InstanceSiteId, '/apps/platform/dashboard/' + TOSTRING(widgetid) as Link
FROM Orion.Dashboards.Widgets
WHERE DisplayName='Node_details'