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.
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
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
Was this page helpful?