Need to customise a report - Summary of Installed Software in a specific collection

SAMUEL VALAPARLA 126 Reputation points
2022-02-03T20:19:17.267+00:00

Hi,

MEMCM 2010

We're trying to customize the report "Software 01A - Summary of installed software in a specific collection" which basically requires 3 inputs. i.e. Collection Name, Publisher and Max rows to return. We basically want ONLY 1 Collection (a specific collection) to show up for selection in the Collection Name field (rather than the multiple ones which show up in the default Software 01A report. How can we achieve this please?

171151-software1a.png

Also once that's done and the output is displayed, it would allow us to drill down to finer detail from the summarized view (below)

171161-software2d.png

And once we click on any software title from the above summarized view, it would open another report which is "Software 02D- Computers with specific software installed" which in-turn is linked to "Software 02E- Installed Software on a specific computer"

171162-software2d-1.png

But the report which loads up isn't showing the computers with specific software installed, but rather the software installed on that specific computer, which isn't what I want.

171124-software2d-2.png

How can we change this to display the other view i.e. only the computers with the specific software installed (which we had selected in the initial summarized view from Software 01A?

Any suggestions or pointers would be much appreciated

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. Garth 5,801 Reputation points
    2022-02-04T11:10:30.013+00:00

    you have two options to restrict collection,

    • setup a rba security role to only allow them to see those collections.
    • edit the report and adjust the query to only allow it to display a few collections.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Rahul Jindal [MVP] 9,151 Reputation points MVP
    2022-02-03T20:48:55.4+00:00

    This will require creating custom reports. You can create custom rdls and work with them. You will need to familiarize yourself with SQL views and report builder.

    0 comments No comments

  2. Sherry Kissinger 3,806 Reputation points
    2022-02-03T20:50:41.81+00:00

    If I understand what you want, you want a customized version of "Software 01A - Summary of installed software in a specific collection", and ONLY that one, where when a human runs the report, the only collection they can see, is the specific one you say is the only choice?

    If that is what you mean, here is what I would do:

    1. make a COPY of "Software 01A - Summary of installed software in a specific collection". Let's call it "MyCompany Software 01A - Summary of installed software in a specific collection"
    2. within SSRS, if you are an admin of the reporting site, click on the .... for your COPY report , then Manage.
    3. Click on Parameters on the left
    4. where it says "Collection", check the box for "use default", and select the default value from the pull down to be the collection you want it to be
    5. hit apply

    Test test test