Difference between revisions of "Widgets"

From Hornbill
Jump to navigation Jump to search
Line 9: Line 9:
 
==Widget Types==
 
==Widget Types==
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1100px">
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1100px">
:* Data Chart
+
====Data Chart====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
::Charts can be in the form of a Bar or Line Graph
 
::Charts can be in the form of a Bar or Line Graph
Line 39: Line 39:
 
</div>
 
</div>
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
:* Target Counter
+
====Target Counter====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
::This type of widget is displays the latest sample value with the option of including the previous value, the change between the two samples, and a target value. There is a selection of icons to display within this type of widget.
 
::This type of widget is displays the latest sample value with the option of including the previous value, the change between the two samples, and a target value. There is a selection of icons to display within this type of widget.
Line 45: Line 45:
 
</div>
 
</div>
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
:* List of Data
+
====List of Data====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
::Allows you to populate a widget with a list of data based on a user defined table query.
 
::Allows you to populate a widget with a list of data based on a user defined table query.
Line 51: Line 51:
 
</div>
 
</div>
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
:* List of Counters
+
====List of Counters====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
::This widget allows you to display a list of existing metrics that are based on an aggregate value such as count, average, max, and min. Alternatively, from within the widget, you are able to return aggregate values based on a user defined table query.
 
::This widget allows you to display a list of existing metrics that are based on an aggregate value such as count, average, max, and min. Alternatively, from within the widget, you are able to return aggregate values based on a user defined table query.
Line 57: Line 57:
 
</div>
 
</div>
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Show Less" data-expandtext="Read More" style="width:1000px">
:* Custom
+
====Custom====
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
::The custom widget type allows you to specify a URL and display the content as an image, in an iframe or div.
 
::The custom widget type allows you to specify a URL and display the content as an image, in an iframe or div.
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 12:24, 27 November 2015

Home > Administration > Reporting > Widgets

Introduction

Widgets are provided to create plug in data that can be used to build Dashboards. Some widget types make use of existing measures and provide the ability to display them in a more appealing format. Certain widget types allow you to return and display data based on configuration carried out within the widget.

Creating a new Widget

Select the + Create New Widget button, give the new Widget a name, and choose which type of Widget you wish to create. Configuration options for each of the Widget types is explained below.

Widget Types

Data Chart

Charts can be in the form of a Bar or Line Graph

Scorecard

A Scorecard widget can be used to display one or more Measures which have previously been defined.

Data Measure / Data Formatter

  • Add previously configured Measures to the Scorecard by selecting the + button and choosing the Measure you wish to add from the drop down list. Add additional Measures using the + button.
  • Remove measures from the Scorecard by selecting the dustbin next to the Measure you wish to remove.

Scorecard Display

Configure the data which is displayed on each Scorecard by selecting the from the options below:

  • Show scorecard: This will display the actual sample data against each sample period for each measure. The number of samples displayed for each measure is configured against the measure not on the widget.
  • Show sparkline: This will display a visual trend line representing the data over the defined sample period for each Measure
  • Show target: This will display the target which was defined for each Measure
  • Show previous sample: This will display the previous actual sample value before the latest for each Measure
  • Show current value: This will display the latest actual sample value for each Measure
  • Show difference value: This will display the difference between the latest and the previous actual sample values for each Measure
  • Show direction indicator: This will display a graphical indicator of the direction of the latest actual sample value against the previous actual sample value against the target which has been defined for each Measure. If the direction is positive the indicator will be green, if it is negative or there is no change the indicator will be red. The arrow can be up or down for both positive and negative results depending on each Measure's target and if being above or below the target has been set as a positive or a negative outcome.

Target Counter

This type of widget is displays the latest sample value with the option of including the previous value, the change between the two samples, and a target value. There is a selection of icons to display within this type of widget.

List of Data

Allows you to populate a widget with a list of data based on a user defined table query.

List of Counters

This widget allows you to display a list of existing metrics that are based on an aggregate value such as count, average, max, and min. Alternatively, from within the widget, you are able to return aggregate values based on a user defined table query.

Custom

The custom widget type allows you to specify a URL and display the content as an image, in an iframe or div.