When to use masking
Masking is useful in collaborative environments where visibility must be restricted for compliance, auditing, or data governance purposes. Common use cases include:- Customer names and contact details
- Account numbers
- Financial figures
- Any column containing confidential or regulated information
How it works
When a column is masked:- The column’s values are hidden in the Datachecks UI — report previews and dashboard views show masked placeholders instead of actual values.
- Validations and comparisons still run against the column using the real data in your database.
- No data is written back to the source — masking is a display control, not a data transformation.