Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
Sets the default drill query for all measures in a view.
default_drill_query: fields: [ <field1>, <field2> ... ] base_view: <view_name> limit: number sorts: [ <view>.<field>, ... ]
Hide default_drill_query properties
FROM
view_name.field_name
default_drill_query: fields: [ sale_price, margin ] base_view: orders limit: 10 sorts: [ orders.user_id ]
Was this page helpful?