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.
Lists the calculations defined in the query.
query: calculations: <calculation_name>: sql: ${<view_name>.<field_name>} <OMNI SQL TABLE FUNCTION>
Hide query properties
calculation_name
sql
Hide calculations properties
Hide calculation_name properties
view_name.field_name
true
query: fields: users.age: age users.created_at[year]: created_at_year age_calc: age_plus_two calculations: age_calc: sql: ${users.age} OMNI_FX_PLUS 2
query: fields: users.count: count orders.count: orders calc_ratio: ratio calculations: calc_ratio: sql: ${users.count} OMNI_FX_DIVIDE ${orders.count} drill_disabled: true
Was this page helpful?