Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Available widgets

  • Bar Chart: Displays the count of each data field in a bar graph
  • Grouped Bar Chart: Displays the count of a selected data type (Y-Axis) grouped by another data type (X-Axis) as a bar graph
  • Area/Line Chart: Displays the count of a selected data type (Y-Axis) against another date type (X-Axis) as line graph
  • Pie Chart: Displays the count of each data field in a pie chart
  • Tree map: Displays the count of each data field in a tree map
  • Data Table: Displays the report snapshot data in a table
  • Summary: Displays the count of each data field in a list
  • Number Card: Displays the count of each data field in a card box

General settings for Widgets

General Settings

FieldDescriptionAvailability
Title (required)User defined title of widgetAll Widgets
Select Multiple FieldsAllows you to select several fields in Select Data FieldBar Chart, Pie Chart, Tree Map, Summary
Select Data FieldSelect one or more data fields (dependent on choice above). The list of fields is pulled from the output fields of the report associated with the dashboard. If the Select Multiple Fields checkbox is not available for the given widget, Select Data Field will behave as if Select Multiple Fields was checked.All Widgets (not: Grouped Bar Chart, Area/Line)
Operation

Content varies based on widget and the Select Multiple Fields checkbox. If the Select Multiple Fields field is not available for the given widget, the Operation field will behave as if Select Multiple Fields was checked and only allow the Total Count, Distinct Count and Document Count operations. See 

Multiple select:

  • Total Count: Counts the total values in the selected fields, including duplicated values
  • Distinct Count: Counts the distinct (unique) values in the selected fields
  • Document Count: Counts the number of documents that contain at least one value of the selected fields

One field:

  • Total Count: Counts the total values in the selected field, including duplicated values
  • Top 5: Shows the top 5 values in field
  • Top 10: Shows the top 10 values in field
  • Distinct Count: Counts the distinct (unique) values in the selected field
  • Document Count: Counts the number of documents that contain at least one value of the selected field
  • Sum: Adds the values of the field together and only available if the field is a numeric value


For Grouped Bar Chart and Area/ Line Chart there are unique operators for the X and Y axis depending on the field type. If the Y-axis field is a date-fields the operators Day, Month, Year will be available for the user to summarize per unit of time.

All Widgets except Data Table


Color Scheme

Four different color schemes are available:

  • Cool
  • Natural
  • Ocean
  • Vivid
All Widgets except Data Table
Size

Size of widget:

  • Tiny
  • Small
  • Medium
  • Large
All Widgets
Show Empty Data PointsShows data points that are empty or null. Default: Off

Bar Chart

Grouped Bar Chart

Area/Line Chart

DoughnutDisplay in doughnut formatPie Chart
AdvancedAdvanced view with doughnut and values in percentPie Chart
Show LabelsShows the field labels on the pie chartPie Chart
Show LegendCheck box if you want to show the legend

Bar Chart

Grouped Bar Chart

Area/Line Chart

Pie Chart

Show X-axisCheck box if you want to show the X-axis

Bar Chart

Grouped Bar Chart

Area/Line Chart

Show Y-axisCheck box if you want to show the Y-axis

Bar Chart

Grouped Bar Chart

Area/Line Chart

Show X-axis LabelWrite a descriptive text for the X-axis

Bar Chart

Grouped Bar Chart

Area/Line Chart

Show Y-axis LabelWrite a descriptive text for the Y-axis

Bar Chart

Grouped Bar Chart

Area/Line Chart

Area chartCheck the box if you want to view the data as an area chart. Line chart is the default (unchecked) optionArea/Line Chart
Select field for X-axisSelect field for the X-axis

Grouped Bar Chart

Area/Line Chart

Select field for Y-axisSelect field for the Y-axis

Grouped Bar Chart

Area/Line Chart


Compatibility Matrix


Select multiple fieldsTotal countDistinct CountDistinct Counttop 5top 10Show empty data pointsShow legendShow labelsShow x axisShow y axisShow x axis labelShow y axis labelArea chartDoughnutAdvancedCompatibility with Live Data
Bar Chartyesyesyesyes

yesyes
yesyesyesyes


Only for "Total Count" & multiple fields selected
Grouped Bar Chart
yesyesyesyesyesyesyes
yesyesyesyes


NO
Area/Line Chart
yesyesyesyesyesyesyes
yesyesyesyesyes

NO
Pie Chartyesyesyesyes


yesyes




yesyesOnly for "Total Count" & multiple fields selected
Treemapyesyesyesyes











Only for "Total Count" & multiple fields selected
Data Table















NO
Summaryyesyesyesyes











Only for "Total Count" & multiple fields selected
Number Card
yesyesyes











Only for "Total Count"

Dashboard Count operations example

This paragraph illustrates the Total Count, Distinct Count and Document Count operations.

Below is an example index that contains 7 documents with Phone and Credit Card fields.

Document IDPhoneCredit Card
1phone1
2phone2creditcard1
3phone1,phone3
4phone3
5
creditcard2
6phone4
7
creditcard1,creditcard2,creditcard3


The count operations will output the following counts with Multiple Fields selected:

OperationsPhoneCredit Card
Total Count65
Distinct Count43
Document Count53


With Single Field, phone for instance, we get the same numbers only for phone:

OperationsPhone
Total Count6
Distinct Count4
Document Count5
  • No labels