Is there a complement to the Resources table from the SQL Database (dbo.Resources) in SWQL? (I cannot see anything but the Views table in the latest stable release of SWQL Studio)
In line with this feature request ( ) I would like to make a temporary work around using a Custom Query Resource that would be similar to this in SQL:
SELECTv.ViewTitle 'VIEW TITLE',r.ResourceName 'RESOURCE TYPE',r.ResourceTitle 'RESOURCE TITLE',r.ViewColumn 'VIEW COLUMN',r.Position 'VERTICAL POSITION'FROM Views vJOIN Resources r ON r.ViewID = v.ViewIDWHERE v.ViewID = 1 --SWQL: WHERE v.ViewID = ${ViewID}ORDER BY r.ViewColumn, r.Position
-ZackM
Loop1 Systems: SolarWinds Training and Professional Services