Hello Folks,
I was doing a customization using modern dashboard with below KPI. How can i add each KPI to a specific URL
I think its 1 url per widget, so put each value with a unique link in its own widget. This might be a good feature request.
Agreed - Sadly none of the Dashboard KPI or Pie Chart widgets allows individual hyperlinks per measurement only per widget. I would upvote a FR if one was created
the view you made is very cool, it would help me to count the volumes of all the nodes but with a custom property called type_vieSELECT COUNT(*) AS Quantity FROM Orion.Nodes as nWHERE n.CustomProperties.Tipo_Vista LIKE 'Servidores' and Status = 1