> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/sdgm/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/sdgm/_mcp/server.

# NOT

#### `NOT <expression>`

## Description

Allows conditioning an expression with a NEGATION operator. The `<expression>` must itself be a filter operation.

This operator is supported for all filter fields and targets.

### Example

```Text PQL
NOT LAST(LOAN.AMOUNT, 0, 30) > 30
```