> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# calcs_default_pushdown

> Determines if calculations that reference a range are evaluated before the row limit by default.

Determines if calculations that reference a range are evaluated before the row limit by default.

## Syntax

```yaml theme={null}
calcs_default_pushdown: <true|false>
```

## Properties

<ParamField path="query" type="boolean">
  When true, calculations that reference a range (e.g. `=SUM(B:B), =RANK(B1, B:B, 0)`) are evaluated before the row limit by default, so they see the full underlying dataset instead of only the visible rows. Users can override this on a per-calculation basis from the column menu in the workbook.
</ParamField>
