# Dashboard

The Dashboard provides a centralized view of the latest execution of the Data Quality Scheme. It helps stewards, administrators, and authorized users quickly assess scheme health, review rule performance, analyze row-level quality, and understand the impact of remediation.

The page combines key execution metrics, summary information, and trend charts in one place. Users can also select previous executions to compare results and monitor historical performance.

<figure><img src="/files/hC5eOJmIgS9sLlZM0MFw" alt=""><figcaption></figcaption></figure>

### KPI Tiles

The KPI section provides a quick snapshot of the selected execution.

<table><thead><tr><th width="154.66668701171875">Field</th><th>Description</th></tr></thead><tbody><tr><td>Rules Evaluated</td><td>Displays the total number of active rules executed in the selected scheme run.</td></tr><tr><td>Rules Passed</td><td>Displays the number of rules that were passed successfully during execution.</td></tr><tr><td>Rules Failed</td><td>Displays the number of rules that failed validation checks.</td></tr><tr><td>Rows Evaluated</td><td>Displays the total number of rows processed across all associated objects.</td></tr></tbody></table>

### Execution Summary

Execution Summary provides key operational details of the selected scheme run.

<table><thead><tr><th width="188.6666259765625">Field</th><th>Description</th></tr></thead><tbody><tr><td>Execution Result</td><td>Displays the overall run status, such as Passed, Failed, Execution Failed, or Undetermined.</td></tr><tr><td>Execution ID</td><td>Unique identifier of the scheme execution used for tracking and investigation.</td></tr><tr><td>Rows Sent for Remediation</td><td>Displays the number of failed rows routed for remediation workflows.</td></tr><tr><td>Execution Time</td><td>Shows the date and time when the scheme was executed.</td></tr><tr><td>Scheme Steward</td><td>Displays the assigned owner responsible for the scheme.</td></tr><tr><td>Service Requests Raised</td><td>Displays the number of service requests created from failures in the run.</td></tr></tbody></table>

### Rule Results

Rule Results displays the distribution of rule outcomes for the selected execution.

<table><thead><tr><th width="156.66668701171875">Status</th><th>Description</th></tr></thead><tbody><tr><td>Passed</td><td>Rules that were completed successfully and met the success criteria.</td></tr><tr><td>Failed</td><td>Rules that executed successfully but did not meet the success criteria.</td></tr><tr><td>Undetermined</td><td>Rules where the outcome could not be concluded, such as no qualifying data.</td></tr><tr><td>Execution Failed</td><td>Rules that failed due to technical issues, such as query or connector errors.</td></tr></tbody></table>

### Rule Quality Trend (Last 10 Executions)

Rule Quality Trend displays performance trends over the last 10 scheme runs based on the percentage of rules passed.

<table><thead><tr><th width="98.66668701171875">Field</th><th>Description</th></tr></thead><tbody><tr><td>X-Axis</td><td>Displays execution sequence or recent runs.</td></tr><tr><td>Y-Axis</td><td>Displays the percentage of passed rules.</td></tr></tbody></table>

### Row Results

Row Results displays the distribution of processed rows for the selected execution.

<table><thead><tr><th width="179.3333740234375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Passed Rows</td><td>Rows that satisfied all applicable rule checks.</td></tr><tr><td>Failed Rows</td><td>Rows that did not meet one or more rule conditions.</td></tr><tr><td>Undetermined Rows</td><td>Rows where evaluation could not determine a final outcome, when applicable.</td></tr></tbody></table>

### Row Quality Trend (Last 10 Executions)

Row Quality Trend displays row-level quality trends across recent executions based on pass percentage.

<table><thead><tr><th width="128">Field</th><th>Description</th></tr></thead><tbody><tr><td>X-Axis</td><td>Displays recent executions.</td></tr><tr><td>Y-Axis</td><td>Displays the percentage of rows passed.</td></tr></tbody></table>

### Execution Selector

The date and time selector allows users to switch between previous scheme executions.

| Field                 | Description                                                          |
| --------------------- | -------------------------------------------------------------------- |
| Execution Date / Time | Select a previous run to load metrics and charts for that execution. |

{% hint style="info" %}
**Note:**

* The latest execution is selected by default.
* All KPI tiles, summaries, and charts refresh based on the selected run.
  {% endhint %}

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ovaledge.com/release8.1/data-quality/data-quality-schemes/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
