Jump to content


  • 0
Lynx101

SCCM 1806 Report Help - Deployments with Administrative Category

Question

Hi all, I've tried and failed miserably! to work out how to do this using the Report Builder. Could anyone possibly help with creating an SQL query to create a deployment report which includes the Administrative Category? Example:

Application Name, Application Administrative Category, Target Collection, Success, In Progress, Fail, Requirements not met, Unknown.

Would really appreciate any assistance.

Thanks

Edited by Lynx101

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Many thanks for your post. What I have already is effectively two separate SQL queries. I am unable to work out how to join the two tables together so that the Administrative Category is displayed with the deployment summary information:

 

SELECT
  v_DeploymentSummary.SoftwareName
  ,v_DeploymentSummary.CollectionName
  ,v_DeploymentSummary.NumberSuccess
  ,v_DeploymentSummary.NumberInProgress
  ,v_DeploymentSummary.NumberUnknown
  ,v_DeploymentSummary.NumberErrors
  ,v_DeploymentSummary.NumberOther
  ,v_DeploymentSummary.NumberTotal
FROM
  v_DeploymentSummary

 

and

 

SELECT
  v_LocalizedCategories.CategoryInstanceName
FROM
  v_LocalizedCategories

 

Thanks in advance

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.