Blog · Data quality and reconciliation
The difference between a control total, which tests an uploaded file against the figure the source system showed, and an identity, which tests the computed tables against each other, why both are needed and neither replaces the other, the failure each catches that the other cannot, a filtered export against a duplicated account, the order they run in, and what a report says when one of them is unavailable.
Two checks decide whether an uploaded file can be trusted, and they answer different questions. The control total asks whether the file is the right one. The identity asks whether the tables built from it agree with each other. This guide sets out both, the failure each catches alone, the order, and what the report says when one is missing.
| Control total | Identity | |
|---|---|---|
| Tests | The file against the source system | The tables against each other |
| Question | Is this the right file, complete? | Do the roll-ups sum? |
| Reference | A figure noted from the source before exporting | The file's own total |
| Catches | Filtered, truncated, wrong-period, duplicated-at-export files | Duplicates, missing mappings, wrong period cuts between files |
| Cannot catch | A duplicate inside a complete file | A complete-looking file that is half the month |
| File | Control total | Identity | Reading |
|---|---|---|---|
| Export filtered to one region | Fails: $2.1m vs $4.18m | Passes: the region's teams sum to the region | The file is wrong; the tables are consistent |
| Account under two reps | Passes: $4.18m = $4.18m | Fails: Σ reps $4.22m ≠ $4.18m | The file is right; the assignment file is wrong |
| Both | Fails | Fails | Fix the export first |
| Check | Result | Action |
|---|---|---|
| Control total, revenue | $4,182,400 = $4,182,400 | Pass |
| Control total, rows | 48,211 = 48,211 | Pass |
| Identity, roll-up | Σ reps $4,223,400 ≠ $4,182,400 | Fail: 2 accounts under two reps, $41,000; listed |
| Identity, product | Σ lines = $4,182,400 | Pass |
The file is right; the assignment file is not. Fix the assignment; re-run.
| Line | Shown as |
|---|---|
| Revenue by region | $4,182,400, unreconciled to source |
| Every dependent figure | Carries the label |
Honest, visible, and a task for next month.
Identity only. The half-month export, perfectly consistent.
Control total only. The duplicate, hidden inside a complete file.
Order reversed. Reconciling tables built on the wrong file.
Unreconciled shown as a pass. The silent gap.
Covirage runs the control total first and the identities second on every upload, and labels every figure unreconciled where no control total was given. The validation report guide covers where both sit among the six lines, and the export preparation guide covers noting the control total before exporting.
Because if the file is not the file, nothing computed on it is worth checking. A half-month export can roll up perfectly at every level and describe half a month. The control total is the one check that says the file is the right one and complete, and it takes a minute to note before exporting.
The report says unreconciled beside the total and every figure downstream inherits the label. It is honest, it is visible, and it is the reason to get the control total next month. A silent pass is worse than a labelled gap.
Only by accident, if the filter removed a level unevenly. A filter that removed one region entirely leaves the remaining regions summing to the remaining total, and the identity holds. That is why the two checks are different and both are run.