Unlock deep, cross-system insights. Learn to write complex Universal Query Language (UQL) queries to go beyond dashboards and answer your most difficult business questions.
🧊 Objects
, and query data across your entire workspace. You will learn to ask—and answer—your most powerful business questions.SELECT
(what fields to show), FROM
(which 🧊 Object
to look in), and WHERE
(the conditions to filter by).
COUNT()
function totals the number of 🧊 Objects
that match your criteria.SUM()
function adds up the values in a specific numeric field.AVG()
function calculates the average of a set of numbers.Object Connections
. You can use dot notation (connectedObject.fieldName
) to filter based on data from a related 🧊 Object
.
Business Question: “Show me all active projects for clients from the ‘Hospitality’ industry.”
This requires looking at the Project
🧊 Object
but filtering based on a field in the connected Client
🧊 Object
.
client.industry
part of the query seamlessly traverses the Object Connection
to access the data you need.
CONSTRUCTION
phase last month, what was the name of the original salesperson who won the deal?”
This question requires data from both the Project Delivery
📋 Function
and the Sales & CRM
📋 Function
.