This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Perfstack Analysis Projects are not shared between users

I have created a project in Perfstack Analysis but for some reason, the users in the same AD group as I am cannot view the ones I've created.

Parents
  • This was a hassle for me when folks looking for PerfStack projects couldn't find the ones someone else created. "Well, tell Joe to share his with you" wasn't something I enjoyed telling my bosses who actually are getting use out of the charts we have out there.

    I placed the following custom query on relevant dashboards to get around the problem so now anyone looking can find all the PerfStack projects we have created.

    select psp.DisplayName as [PerfStack Project Name],
    psp.AccountID as Creator,
    psp.CreateDateTime as Created,
    '/ui/perfstack/'+ TOSTRING(psp.ProjectID) as [_linkfor_PerfStack Project Name]
    FROM Orion.PerfStack.Projects psp
    order by psp.DisplayName

  • +1 - thanks for this. It works great! 

Reply Children
No Data