Quantcast
Channel: THWACK: All Content - Orion SDK
Viewing all articles
Browse latest Browse all 2677

Views Resources table in SWQL?

$
0
0

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 (Add "Default Name" to Resources in Views ) I would like to make a temporary work around using a Custom Query Resource that would be similar to this in SQL:

 

SELECT
v.ViewTitle 'VIEW TITLE'
,r.ResourceName 'RESOURCE TYPE'
,r.ResourceTitle 'RESOURCE TITLE'
,r.ViewColumn 'VIEW COLUMN'
,r.Position 'VERTICAL POSITION'
FROM Views v
JOIN Resources r ON r.ViewID = v.ViewID
WHERE v.ViewID = 1
--SWQL: WHERE v.ViewID = ${ViewID}
ORDER BY r.ViewColumn, r.Position

 

 

 

 

-ZackM

Loop1 Systems: SolarWinds Training and Professional Services


Viewing all articles
Browse latest Browse all 2677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>