Navigating from Charts
About Navigating from a Chart or Dashboard to the Corresponding APM Module
Advanced Visualization enables you to navigate from a chart or dashboard to the corresponding feature or module within APM. You can create a chart or dashboard using a data source and configure drill-downs for the fields using the filter parameters associated with the data source. When the drill-downs are configured with the filter parameters, you can drill down the chart or dashboard to navigate to the corresponding feature or module, and access the data filtered by the configured filter parameters. For more information on different types of drill-downs and how to configure drill-downs for the charts and reports, refer to the help integrated with Advanced Visualization.
About Configuring Drill-Downs using URLs
You can use APM URLs to configure drill-downs for a visual element (for example, bar) of a chart for accessing data associated with the visual element in the corresponding module. For more information on the APM URLs and URL syntax, refer to the URLs help.
When configuring drill-downs, you can create the following types of URLs that are used to navigate to the specific pages or features of the corresponding module:
- URL with parameters: If the URL associated with the module contains a parameter, you must create a URL with the parameter to pass the parameter value from the chart to the corresponding module for accessing the associated data. If the URL uses dynamic parameters (for example, prompts), parameters with the same name are automatically created to pass the value when you select the visual element in the chart. Thus, you are navigated to the target page or feature of the module.
- URL without parameters: If a URL associated with the module does not contain a parameter, you must create a URL without any parameter value.
Configure a Drill-Down for a Chart to Access Data in the Corresponding Module
Before You Begin
About This Task
This task describes how to configure a drill-down for a chart using a URL and navigate to the corresponding module within APM to access the associated data. For more information on different types of drill-downs and how to configure drill-downs for the charts and reports, refer to the help integrated with Advanced Visualization.
Procedure
Example: Access the Number of Health Indicators for an Asset from the Health Indicator Status by Asset Chart
This example provides the steps to configure drill-downs in the Health Indicator Status by Asset chart and view the number of health indicators in the Health Summary page.
- Access the Advanced Visualization page.
- Select Visualize Data.
The Advanced Visualization Designer page appears, displaying a designer canvas to create the chart.
- Select the Add Data button.
The Select Data Source window appears, displaying the available data sources.
- Navigate to the ahi folder, and then select the health_overview_status_by_asset data source.
The Dimensions and Variables associated with the data source appear in the Advanced Visualization Designer page.
- In the Advanced Visualization Designer page, perform the following:
- From the Measures section, drag the following measures to the Vertical box of the Display section:
- Alert
- No Status
- Normal
- Warning
- Asset KeyNote: To hide the asset key, right-click the asset key and select Hide.
- From the Dimensions section, drag the following Asset ID measure to the Horizontal box of the Display section.
- From the Measures section, drag the following measures to the Vertical box of the Display section:
- In the Settings section, in the Vertical box, right-click an indicator status, and then select Configure drill downs.
The Configure Drill Downs for <Health Indicator Status> window appears.
- In the Configure Drill Downs for <Health Indicator Status> window, perform the following steps to configure the drill-down for the health indicator status:
- In the Type section, select the URL option.
- In the URL box, enter the URL in the following format:
health/asset/{entitykey}/indicator, where {entitykey} denotes the asset in the asset hierarchy for which you want to view the health indicators.
Note: For more information on how to construct the URLs associated with Asset Health Manager, refer to AHM URLs. - In the Parameters section, select the Add all target filters button.
A table appears, displaying the following columns:
- Parameter Name
- Type
- Field/Value
- In the table, enter the values as follows:
- In the Parameter Name box, specify entitykey.
- In the Type box, select Field.
- In the Field/Value box, select HEALTH_OVERVIEW__STATUS_BY_ASSET.ROWS.ASSET_KEY.Note: You must select the field value based on the parameter that you specified in the Parameter Name box.
- Select Apply.
- Select the Save button to save the chart in your preferred workspace.
The Health Indicator Status by Asset chart is created and saved in the workspace.
- Access the Health Indicator Status by Asset chart.
- Right-click the chart, select Run..., and then select Run in new window.
The new tab appears, displaying the chart.
- Select the visual element (for example, bar) associated with the asset for which you want to view the number of health indicators.
A new tab appears, displaying the number of health indicators for the selected asset in the Health Summary page.