Zoomed Image

Dashboards

xAssets Configuration Guide
What can be Configured?

Dashboards

Dashboards provide a convenient means of displaying multiple data on the screen in different formats such as tables or charts and a quick means of accessing relevant and frequently used menus linking to queries and actions.

There are many ways in which a dashboard can be configured and customised:

Screenshot

  • Set the Title for a Dashboard

The title is set via the title= query string parameter and this can be set in the menu item command builder. The Title is only displayed for a full dashboard. Sub dashboards do not have titles as their links in the dashboard container list serve as the titles

  • Set the Sub Category Name for a Group of menu items

The Sub Categories are taken from the sub category on each menu item record which is displayed.

  • Display a horizontal menu of options

If a Menu on a dashboard is configured with a Display Type of "Horizontal Menu" then it will display horizontally next to the previous menu item on the dashboard.

TODO Screenshot: ClickMenu "Home" | PrintScreen "config-what-dashboards-horizontal-menu"

  • Display a Table of data with optional Help Text above it

A query displayed in a dashboard is a menu item with a query command and the Display Type set to "Query or Chart" so that the query is displayed on the dashboard rather than being a menu link to the query. To include help text above the displayed query on the dashboard, the Display Type for the dashboard menu item should be set to "Query with Help Text". The help text to display is the Tooltip for the menu item.

  • Display Charts with optional Help Text above it

A chart is defined by a query with its presentation set to the chart type required. A chart in a dashboard is a menu item with a chart command and the Display Type set to "Query or Chart" so that the chart is displayed on the dashboard rather than being a menu link to the chart. To include help text above the displayed chart on the dashboard, the Display Type for the dashboard menu item should be set to "Query with Help Text". The help text to display is the Tooltip for the menu item.

TODO Screenshot: ClickMenu "Home" | PrintScreen "config-what-dashboards-charts"

  • Define the number of columns to display on the dashboard

The number of columns is set via the columns= query string parameter and this can be set in the menu item command builder. The number of columns determines how many menu items are displayed across the dashboard. Horizontal menus are an exception to this as they display horizontally within the column.

  • Define Menu items and their actions

Each item on a dashboard is sourced from a menu item, and each column has a dedicated menu category for that dashboard containing those menu items. In the above example the dashboard has six menu categories forming a table of 3 columns x 2 rows.

Menu items can be edited by right clicking them, and clone can be used to right click a menu item and create a new item from it.

It is also possible to group multiple sub-dashboards using a Dashboard container so that it is quick and easy to switch between dashboards.

TODO Screenshot: ClickMenu "Home" | PrintScreen "config-what-dashboards-container"

Dashboard Containers are a form called Dashboard Container which displays a Menu Category that contains Menus for each of the Sub Dashboards to display.