A practical guide to the two main applications of UQL: creating temporary Quick Filters for on-the-fly analysis and building reusable, shareable Saved Filters.
Workviews
and Dashboards
.
Workview
, adding the most relevant fields for that context (e.g., Assignee
, Status
). Users can then use these dropdowns and search boxes to instantly refine their view.Kanban View
of all deals can use the Quick Filter Bar to instantly see only the deals assigned to “John Doe” that are in the “NEGOTIATION” status.🧊
Objects below is instantly filtered.]
Space
, accessible to you and your team.
Groups
. This is perfect for creating a standard set of “reports” for your Space
that everyone can access.🧊
Objects) to specific users or groups.🧊
Objects matching the filter to their respective Assignees
.assignee = "currentUser()" AND due_date < "today"
, share it with their team, and set up a daily reminder.]