In this article, you will learn how the Dashboard Interface is structured and how each section helps you analyze your report results.
The dashboard combines data visualization and detailed data tables in one workspace, allowing you to quickly identify trends while also reviewing the exact records behind the results.
You will also learn how to explore your data further by filtering results, sorting information, pivoting data, customizing charts, and exporting report results, all without modifying the original report configuration.
Dashboard Interface
Data Visualization Section
The Data Visualization panel displays a chart that summarizes the report data visually.
The visualization panel can be collapsed or expanded, allowing users to focus on either the chart or the data table below. By default, the Column Chart style is displayed.
Data Table Section
The Data Table gives you a detailed, record-level view of the same data shown in the chart. While the chart helps you quickly identify trends and patterns, the table allows you to see the exact entries behind those numbers.
This is where you can slow down and validate the details reviewing individual records, confirming totals, and understanding what is driving the aggregated results.
In addition to displaying the executed Report results, the Data Table provides tools that help you refine and explore the data further.
You can adjust visible columns, apply filters, sort information, pivot results, and configure chart settings all from the same space.
This section is divided into three main areas: the table with the data result rows and a dynamic side panel.
Here's an interactive tutorial
The elements to configure the table and chart are described below:
| Element | Description |
|
Use this option to show or hide columns in the table to customize what information is visible. |
|
Use this option to apply filters to narrow down rows based on set conditions. |
|
Use this option to show/hide the Pivot options in the Side Panel. |
|
Use this option to show/hide the Charts options in the Side Panel. |
|
Use this option to download the data list (based on the applied filters) in: CSV, Excel or print the results. |
|
Start typing to find coincidences in the data. |
|
The columns shown in the table correspond exactly to the fields selected when the Report was built. In other words, the table structure reflects the configured columns defined in the original Report template. Additionally, the rows displayed are based on the filters configured in that Report. Only records that met all defined filter conditions at the time the report was run are included in the results. The ellipsis icon next to each column opens a menu with configuration options for that specific column. These options allow users to control sorting, grouping, filtering, and display behavior.
|
Dynamic Side Panel (Chart and Pivot)
The Dynamic Side Panel is where you control how your data is analyzed and displayed. What you see in this panel depends on whether you activate Charts or Pivot
. Each mode gives you different tools to explore your executed Report without changing the original data.
Chart Side Panel
When you select Charts, you are working with visual analysis. This panel helps you decide how the data should look, how it should be grouped, and what it should measure.
Here's an interactive tutorial
The elements in the Chart Panel are described below.
|
CHART |
In this tab, you choose the visual format that best fits your analysis.
|
| FIELDS |
The FIELDS tab is where the structure of the chart is defined. It allows users to choose how the data will be grouped and what values will be displayed. At the top, all available fields from the executed Report are listed. Users can click the + icon next to a field to add it as a Category or a Series. Categories: Fields added to Categories determine how the data is grouped in the chart. This controls:
Series: Fields added to Series determine what numeric values are calculated and displayed in the chart. This controls:
|
| CUSTOMIZE |
The CUSTOMIZE tab controls the visual appearance and layout of the chart. It does not change the data, only how it is displayed. Columns
Chart
Additionally for Pie charts, the options are displayed:
Axes
Tooltip
Legend
|
Pivot Side Panel
When you activate Pivot, you move from visual analysis to structured data summarization.
Pivot allows you to reorganize and summarize the table data without changing the original Report. Instead of viewing raw records, you see grouped and calculated results. It helps you rotate the dataset and analyze it from multiple perspectives.
Here's an interactive tutorial
The elements in the Pivot Panel are described below.
| Element | Description |
| Enable/disable the Pivot feature. | |
|
Pivot Elements Rows: Groups data vertically. Add desired columns to the rows section to group accordingly. Columns: Creates dynamic columns based on a field’s values. Add desired columns to the columns section to create columns accordingly. Values: Calculates numbers (Count, Sum, Size, etc.). |
Filters
Filters control which records are included in the Data Table and the Data Visualization chart.
How it works
- A filter evaluates a logical condition made up of a Column, Operator and Value. The column data in a row is compared against the condition value and returns either if the condition is met or not (true or false).
- Rows that meet the filter condition (true) are included in the dashboard. Rows that do not meet the condition are excluded.
- When multiple filters are applied, they are combined using AND/ OR logic.
- AND: This means ALL applied filters must evaluate to true for a record to be included in the Report.
- OR: This means ANY of the applied filters must evaluate to true for a record to be included in the Report.
The logic you choose when building the filter determines how the following conditions behave:
- If you build the filter using AND, then all additional conditions added within the filter will continue to follow AND logic.
- If you build the filter using OR, then all additional conditions added within the filter will follow OR logic.
For example:
- Filters with AND logic:
Imagine your firm wants to quickly identify cases where John Smith with the Date of Birth is 01/01/1999.
You have three filters that help decide which records to include in the Report. Each filter checks a specific condition on a field (Name, Last Name, or Date of Birth).
The Report filters should be configured as follows:
Filter 1:
| Field | Operator | Value |
| Name | Is Equal | John |
AND
Filter 2:
| Field | Operator | Value |
| Last Name | Is Equal | Smith |
AND
Filter 3:
| Field | Operator | Value |
| Date of Birth | Is not Equal | 01/01/1999 |
The Dashboard will only show rows that:
- Name: John.
- Last Name: Smith.
- Date of Birth is NOT 01/01/1999.
Why is that?
When the user combines multiple filters, they work together by using AND logic. That means a row has to pass all the filters to be included in the dashboard.
- Filters with OR logic:
Imagine your firm wants to quickly identify cases that may require immediate attention.
The Report filters should be configured as follows:
Filter 1:
| Field | Operator | Value |
| Case Stage | Is Equal | Intake Review |
OR
Filter 2:
| Field | Operator | Value |
| Injury Severity | Is Equal to | High |
OR
Filter 3:
| Field | Operator | Value |
| Days Since Created | Is Greater Than | 14 |
The Report will display any case that meets at least one of the following conditions:
- The case is currently in Intake Review,
OR
- The Injury Severity is marked as High,
OR
- The case was created more than 14 days ago.
Why is that?
Because the firm is not looking for cases that meet all conditions at the same time. Instead, they want to capture any case that may signal urgency, such as: a case stuck in Intake, a case involving a Severe Injury or a case aging without progress.
With OR logic, a case only needs to match one risk indicator to appear in the Report
Operators vs Column Type
Available operators according the Column Type are:
|
Text
|
Date
|
Number
|
|
Currency
|
Yes / No (Boolean)
|
For more information about the executed reports dashboard options please read: reports - how to manage the executed reports dashboard.