# id-supp modifier

The id-supp modifier suppresses the
automatic display of item-IDs in the leftmost column of an AQL report.

**Synonyms:** (i

## Syntax

```
id-supp
```

## Example(s)

These examples produce the same
output.

```
list entity phone (i
```

```
list entity id-supp phone
```

## See also

- [Modifiers](https://d3codex.com/access/modifiers/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)

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