# det-supp modifier

The det-supp modifier suppresses the
detail lines in a report. It provides the ability to easily fold detailed
information into summary reports and is typically used in conjunction
with the total, break-on, and roll-on AQL modifiers.

**Synonyms:** (d

## Syntax

```
det-supp
```

## Example(s)

```
list invoices by customer break-on customer total amount det-supp
```

## See also

- [break-on modifier](https://d3codex.com/access/break-on-modifier/)
- [list-file-stats command](https://d3codex.com/tcl/list-file-stats-command/)
- [listacc command](https://d3codex.com/tcl/listacc-command/)
- [Modifiers](https://d3codex.com/access/modifiers/)
- [roll-on modifier](https://d3codex.com/access/roll-on-modifier/)
- [total modifier](https://d3codex.com/access/total-modifier/)

---
Source: https://d3codex.com/access/det-supp-modifier/ - part of the D3Codex reference.
