Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the AI Assistant in the sidebar.
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?