Jump to content


  • 0
Sana

Report to see a specific application deployed to which users

Question

Hi,

 

I'm fairly new to SSRS :D . I'm trying to create a custom report which should give me a list of users for a specific application deployment(User based collection). Any help is greatly appreciated.

 

Thanks much!!

Sana

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

you want to generate list of users ? or computers on which the application is deployed/installed on ? or you just need list of users the app is targeted to ?

did you refer the default report for application deployment ?

Share this post


Link to post
Share on other sites

  • 0

Hi Eswar,

 

I want to generate a list of users the app is targeted to and their machines where this application is installed on.

 

I have created this below report which is giving some information but i'm not quite sure where this is coming from exactly as it is not accurate.

 

SELECT DISTINCT
ada.CollectionName, ada.MachineName, ada.UserName, ass.displayname
FROM
vAppDeploymentAssetData as ada INNER JOIN vAppStatSummary as ass ON ada.AppCI = ass.AppCI
INNER JOIN vUsersPrimaryMachines as upm ON ada.MachineID = upm.MachineID
WHERE ass.DisplayName LIKE @AppName

 

Thanks Much!!!

Sana

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.