Skip to main content
When set, the default row limit will be applied to topic-based queries and queries built from All Views and Fields that are created after the limit is defined. If not set, the system default of 1,000 rows is used. Individual topics can override the model-level setting with their own default_row_limit value.

Syntax

default_row_limit: number

Properties

default_row_limit
integer
The default number of rows to return for new queries. Must be between 1 and 50,000.

Examples

Set default row limit to 5,000
default_row_limit: 5000