Visualizing data as grids
As a tenant administrator or an editor, you can use the BMC Cross-tab visualization to configure dashboards. With this visualization, you can view a grid that shows the relationship between two dashboards. You can use this visualization with the Service-Management-query to fetch data from multiple sources in a single dashboard. As an example, see the out-of-the-box Service-dashboard, which fetches data from BMC Helix Operations Management, BMC Helix ITSM, and BMC Helix AIOps.
For information about configuring dashboards, see Configuring-dashboards-with-additional-customizations.
Example: View the open incidents by priority and status
Let's say you are an editor who wants to view the number of open incident by priority and status. You can use BMC Cross-tab visualization plug-in configured with the Service Management query to create a dashboard to show the data in cross-tab format.
Example: View the subtotal for a selected category
Jordan is a reporting administrator at Apex Global, who is responsible for creating custom dashboards. To display subtotal values for a selected category, he creates a dashboard and configures the BMC Cross-tab visualization to show the data he needs.
To configure the BMC Cross-tab visualization plug-in
- From the navigation menu
, click Dashboard.
- Click Add > Visualization.
- In the Query section, select BMC Helix and add your queries.
For instructions, see Creating-a-dashboard. - On the Panel tab, expand Visualization and select BMC Cross-Tab.
- Expand BMC Cross-tab to configure the following:
- Aggregate function—Select an aggregate function.
- Max columns allowed—Specify the number of columns that are allowed in the cross-tab panel.
The default value is 60 columns. - Max rows allowed—Specify the number of rows that are allowed in the cross-tab panel.
The default value is 100 rows. - Hide empty values—Show or hide empty values.
Pivot categories—Configure the pivot categories for the rows and columns.
- In the Total section, configure these parameters:
- Show the Total columns and rows—Show or hide the total column and row values.
Show the Subtotal row—Show or hide the subtotal row for the selected column.
- Apply Subtotal for—Select the column for which you want to view the subtotal.
- Subtotal header background color—Select a background color for the subtotal header.
- Show Percentage of the Total row—Specify whether you want to display the percentage of total row value in each cell.
- Show Percentage of the Total column—Specify whether you want to display the percentage of total column value in each cell.
- Header text color—Select the text color of the column and the row headers.
- Header background color—Select the background color of the column and the row headers.
- Fields alignment—Configure the alignment of table column and row heading fields and value fields. By default, column and row heading fields are aligned left and value fields are aligned right.
- (Optional) Configure the custom options and the thresholds for the data.
- In the Cell display mode field, select an option to choose to color either the background or the text in the panel.
Select No coloring if you don't want to use colors in the panel. - Under Standard options—Set the following:
Unit—Configure the values as you want to see them in the chart.
- Decimals—By default, this is set to 0 (Zero) to indicate that there are no decimal points in the X or Y-Axis of the chart. Configure the values as you want to see them in the chart.
Under Thresholds, add the thresholds for your data and select a threshold mode.
- (Optional) Under Value mappings, configure the following:
- Mapping type—Select a mapping type.
Value—Specify a value for the mapping.
To change the value color, enable the color setting by performing these steps:
- From the Home page, navigate to Administration > General > Default preferences.
- Under Manage dashboard features, enable Headers color palette for BMC Cross-tab plugin.
- Text—Specify the text to display.
- (Optional) Configure data links. For details, see To configure data links.
- In the Cell display mode field, select an option to choose to color either the background or the text in the panel.
- Save the panel.
To configure data links to navigate to other content
You can configure data links for metric and dimension fields to navigate to other content. For example, the BMC Helix Audit dashboard shows audit activities that are performed in BMC Helix Portal and BMC Helix Operations Management. You can configure data links to navigate to these dashboards from the Audit dashboard.
To configure data links for metric fields
- Under Data links, perform these steps:
- Click Add link.
- Add the title and URL.
- (Optional) Add a variable to the end of the URL to display the applicable value for the field in this format:
<URL>?<optional_string>=$(<variable_name>)
Example: https://grafana.com?priority=($Priority)
where Priority is a variable. When you hover over a metric field in the table, you see the link text and priority value for the field in the URL displayed on the dashboard. - Specify whether you want to open the URL on a new tab or the same tab.
- Save the changes.
The data link is added for all the metric fields.
To configure data links for dimension fields
- Click Overrides.
- Click Add field override, and then select Fields with name.
- From the Fields with name list, select a dimension field for which you want to add a data link.
- Click Add override property, and select Data links.
- Under Data links, define the link text and URL.
- (Optional) Add a variable to the end of the URL to display the applicable value for the field.
Example: https://grafana.com?={–value.text}
Tip: To view a list of variables to select from, press Ctrl + space after =. - Specify whether you want to open the URL on a new tab or the same tab.
- Save the changes.