The SQL query below will list the following information about control views and control groups. The query can be run from the SQL console or directly against the Insight database.
- List of custom views
- Last updated timestamp
- Last updated user
SELECT DISPLAYNAME, LASTUPDATE, CHANGEDBY
FROM "RULE"
WHERE RULETYPEFK = 201
Comments
0 comments
Please sign in to leave a comment.