> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release8.2/dashboards/data-quality-last-execution-dashboard.md).

# Data Quality Last Execution Dashboard

The Data Quality Last Execution Dashboard provides a consolidated view of the most recent Data Quality Rule execution results across the organization. The dashboard displays both an overall Data Quality index and dimension-level execution statistics, enabling users to monitor Data Quality performance, identify validation issues, and assess the overall health of data assets.

The dashboard retrieves the latest execution result for each associated object and Data Quality Rule, ensuring that only the most recent validation outcomes are included in the analysis.

<div align="left"><img src="/files/KLALYdJa5ydxEUV5YpeC" alt=""></div>

## Dashboard Overview

The dashboard displays execution statistics using interactive doughnut charts that summarize Data Quality Rule execution results based on the following statuses:

* **Passed Objects** – Objects that successfully met the configured validation criteria.
* **Failed Objects** – Objects that did not satisfy the configured validation criteria.
* **Execution Failed Objects** – Objects for which the validation process could not be completed due to execution-related issues.
* **Undetermined Objects** – Objects for which a definitive validation result could not be determined.

The dashboard includes:

### Overall

The Overall doughnut chart provides a high-level Data Quality index across all Data Quality Rules and dimensions. It consolidates the latest execution results from all evaluated objects and presents an executive-level view of overall Data Quality performance.

This view enables users to:

* Assess overall Data Quality health across the organization.
* Monitor the percentage of objects that passed validation.
* Identify the proportion of failed, execution failed, and undetermined objects.
* Track Data Quality trends and operational performance from a centralized view.

### Dimension-Level Statistics

In addition to the Overall view, the dashboard displays execution statistics for individual Data Quality Dimensions, such as:

* Accuracy
* Uniqueness
* Completeness
* Validity

Each dimension-level doughnut chart displays the latest execution results for objects associated with that specific Data Quality Dimension.

### Interactive Analysis

The doughnut charts support interactive filtering.

Users can select any status segment within the Overall or Dimension doughnut charts to filter the detailed results displayed in the grid below.

**For example:**

* Selecting the Passed Objects segment displays only objects that passed validation.
* Selecting the Failed Objects segment displays only objects that failed validation.
* Selecting the Execution Failed Objects segment displays only objects with execution failures.
* Selecting the Undetermined Objects segment displays only objects with undetermined results.

The detailed grid automatically refreshes to display the corresponding objects and execution results, enabling users to investigate Data Quality issues and validation outcomes more efficiently.

## Detailed Results Grid

The Detailed Results Grid displays object-level execution results based on the selected status or dimension in the dashboard. It provides information about the data object, associated rule, execution details, and validation results.

<table><thead><tr><th width="178.4444580078125">Field</th><th>Description</th></tr></thead><tbody><tr><td>Connector</td><td>Displays the connector associated with the data object being evaluated.</td></tr><tr><td>Schema</td><td>Displays the schema containing the evaluated object.</td></tr><tr><td>Object</td><td>Displays the name of the table, file, or other data object evaluated by the Data Quality Rule.</td></tr><tr><td>Attribute</td><td>Displays the specific column or attribute evaluated during rule execution.</td></tr><tr><td>Rule Name</td><td>Displays the name of the Data Quality Rule used for validation.</td></tr><tr><td>Purpose</td><td>Displays the business objective or validation purpose defined for the rule.</td></tr><tr><td>Function</td><td>Displays the Data Quality Function used for validation.</td></tr><tr><td>Dimension</td><td>Displays the Data Quality Dimension associated with the rule, such as Accuracy, Completeness, Uniqueness, or Validity.</td></tr><tr><td>Rule Execution ID</td><td>Displays the unique identifier assigned to the rule execution. Selecting the value opens detailed execution information for the rule run.</td></tr><tr><td>Object Execution ID</td><td>Displays the unique identifier assigned to the execution result of the individual object.</td></tr><tr><td>Passed Row Count</td><td>Displays the number of rows that successfully satisfied the configured validation criteria.</td></tr><tr><td>Passed Percentage</td><td>Displays the percentage of rows that passed validation.</td></tr><tr><td>Failed Row Count</td><td>Displays the number of rows that did not satisfy the configured validation criteria.</td></tr><tr><td>Failed Percentage</td><td>Displays the percentage of rows that failed validation.</td></tr></tbody></table>

{% hint style="info" %}
The results displayed in the grid are based on the most recent Data Quality Rule execution and are automatically filtered according to the selected dimension or status segment in the dashboard. This allows users to quickly investigate passed, failed, execution failed, and undetermined validation outcomes.<br>
{% endhint %}

## Execute the Advanced Job for the Dashboard

To generate or refresh dashboard statistics:&#x20;

1. Navigate to Administration > Advanced Jobs.

   ![](/files/rOu1DDVVitSdZrUyNqiV)
2. In the Name column, search for&#x20;
   1. ***Build DashboardStats*** &#x20;
   2. ***Enable system dashboards***
3. Select the Advanced Job.
4. Click Run Advanced Job to trigger the job.
5. Monitor the Job Home Page for the execution status.
6. Once the job executes successfully, the Dashboard will be generated and displayed under the Dashboards module.

{% hint style="info" %}
This process updates the dashboard with the latest Data Quality Rule execution statistics and ensures that the Overall and Dimension-level metrics reflect current Data Quality performance.&#x20;
{% endhint %}

### Purpose

* Display the total count of attributes associated with each dimension.
* Categorize attributes based on data quality status into:
  * Passed
  * Failed
  * Execution Failed
  * Undetermined
  * Total
* Retrieve the most recent execution ID for each object and rule.
* Ensure that only the latest validation result is used.

### Key Performance Indicators (KPI)

<table><thead><tr><th width="250.666748046875">KPI Metric</th><th>Description</th></tr></thead><tbody><tr><td>Successful Object Validations (Passed)</td><td>Counts the number of objects (columns) that successfully met data quality standards.</td></tr><tr><td>Failed Object Validations</td><td>Represents the number of objects that did not pass data quality checks.</td></tr><tr><td>Total Object Validations</td><td>Measures the total number of objects assessed for data quality.</td></tr><tr><td>Execution Failures</td><td>Tracks validation failures caused by execution errors.</td></tr><tr><td>Undetermined Objects</td><td>Identifies objects with inconclusive validation results.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/release8.2/dashboards/data-quality-last-execution-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
