Complete example of how to do it, please refer to our online documentation:
Creating a Drill-Down Computer Report
To create a drill-down computer report
- In the Symantec Management Platform, on the Reports menu, click All Reports.
- In the left pane, under Reports, expand Discovery and Inventory > Inventory > Cross-platform > Software /Applications, right-click Software, and then click New > Report > Computer Report.
- On the New Computer Report page, click the report name and type a new name.
For example, type Drilldown: Installed.
- On the Query tab, under Base Query, click Computer, and then, in the left pane, under Actions, click Create Joins.
- In the Joins dialog box, create a table join as follows:
- In the Join drop-down list, click Inner.
- In the middle drop-down list, click Inv_AddRemoveProgram.
- In the bottom drop-down lists, click the following:
On [Computer].[Guid] = _ResourceGuid.
- Click OK.

-
On the
Fields
tab, on the toolbar, click the
Add
symbol, and then add the fields that are shown below.
Configure the fields as shown.
- On the
Report Parameters
tab, on the toolbar, click
Add > New Parameter,
and then, in the
Editing Parameter
dialog box, configure the parameter as follows:
-
On the
Data Source
tab, click the
Query Parameters
tab, and then, on the toolbar, click
Add > Software Guid
.

- On the
Filter Expressions
tab, click
Switch to Advanced Mode
, and then click
[Inv_AddRemoveProgram] Join Filters
.
-
In the right pane, do the following:
-
In the top drop-down list, click
Equals
.
When a dialog box opens, click
OK
.
-
Under
Filter Expression Operands
, for the first filter operand, in the
{0}:
drop-down list, click
Field
and then, in the right drop-down list, click
[swguid]
.
- For the second filter operand, in the
{1}:
drop-down list, click
Parameter
, and then, in the right drop-down list, click
SWguid
.

-
Click
Save Changes.
To create a right-click drill-down menu
-
Open the report that you created with Query Builder.
-
Add a new
[Inv_AddRemoveProgram].[_SoftwareComponentGuid]
field to the report, and make it invisible.
- On the
Drilldowns
tab, click
Remove
to remove the default
ShowContextMenu
drilldown.
- Click
Add
.
- In the
Name
box, type
Show Installed
.
- In the
Performs
drop-down list, click
Drilldown To Report
.
- Under
Action Configuration
, click
No report selected
, and then search for and select the drill-down report that you created.
- Under
Passing Parameter
, click the
Add
symbol.
- In the
Pass Drilldown Parameter
dialog box, configure the fields as follows:
|
Click
Data field
, and then, in the drop-down list below, click
_SoftwareComponentGuid
.
|
|
This string must match the input parameter name of the drill-down report.
|
|
Click
Basic GUID Parameter
.
|
-
-
-
Create a new drill-down as follows:
|
|
|
|
|
|
|
Click
Show context menu
.
|
|
Skip and do not configure.
|
|
Skip and do not configure.
|
-
-
In the left pane, right-click the
Adobe audit (Query Builder)
report, click
Export
, and then save the file.
-
Open the saved XML file in a text editor.
-
In the XML file, under
<viewingControl>
, in the
<link>
element with the
name="ContextMenu"
attribute, locate the following string:
<action id="ContextMenu" />
-
Replace this string with the following text:
<action id="ContextMenu">
<argument name="MenuFactories" list="true">
Also, add the
visible="false"
attribute to the
link
element.
-
-
In the SMP Console, right-click the folder in which your report is located (in this example,
Software
), click
Import
, then and import the report back into the CMDB.
The right-click menu is now available. Test the report. To go back to the parent report, use the breadcrumb bar above of the right pane.
-
(Optional) To hide the drill-down report from the left pane, in the XML, replace
<itemAttributes>Normal</itemAttributes>
with
<itemAttributes>Hidden</itemAttributes>
.