👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
Defines the row limit of the query if a limit is set on the query in the workbook.
limit: <limit_value>
Hide query properties
query: fields: users.id: id order_items.sale_price_sum: sales base_view: order_items sorts: - field: order_items.sale_price_sum desc: true limit: 10
Was this page helpful?