Anyone successfully got a SQL report to show on a Modern Dashboard? It it even possible since Modern Dashboard widgets only appear to use SWQL.
Example of the code:
SELECT TOP 10 RowID, CreateDate, SORTORDER, TYPE, COUNT
FROM XXXXXX.XXXXX.XXXXX <- name of the DB in question on the same DB server
I found this request..
(+) Request the Modern dashboard to be able to support SQL data model - Feature Requests - The Orion Platform - THWACK - SolarWinds Community
Thank you,