Quantcast
Channel: VMware Communities: Message List - vRealize Operations Manager
Viewing all articles
Browse latest Browse all 14433

Re: Determining Owner of Dashboard

$
0
0

I used the above information to get me to the following:

 

SELECT DISTINCT Username, FirstName, LastName, TabName

FROM useraccount, UserAccountDashboardAssign, UserAccount_Page

WHERE UserAccount.UserID = UserAccountDashboardAssign.UserID

  AND UserAccount.UserID = UserAccount_Page.UserID

ORDER BY UserAccount.UserName

 

 

This is the query that I'm currently working on, but gets me some good information currently.


Viewing all articles
Browse latest Browse all 14433

Trending Articles



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