Skip to main content

Overview

The Query tab lets you write and run filters against any Live Table. Queries use the Trickest Query Language, a concise syntax built for filtering large structured datasets with exact matches, comparisons, regex patterns, and logical operators.

Writing a Query

Open a Live Table and click the Query tab. Click New Query to create a query, then type your filter in the text editor that opens.

Operators

Basic examples

Exact value:
Numeric comparison:
Exclude a value:
Regex match:
Multiple conditions:
Quote strings and dates. Leave numbers unquoted. When using regex, escape special characters with a backslash (e.g., use \\. to match a literal period).

Grouping Conditions with Parentheses

Use parentheses to control how AND and OR are evaluated when combining multiple conditions:
Nested parentheses are not supported. Each group must be a flat list of conditions joined by a single logical operator.Valid:
Invalid:

Running a Query

Click Run to execute the query against the current Live Table. Results are displayed in the table below the editor. The row count updates to reflect how many records match your filter. To clear the filter and return to the full table, remove the query text and run again.

Selecting a dataset and columns

Two dropdowns sit next to the Run button:
  • Live Table — selects which Live Table in the current database to query. Switch between tables without leaving the Query tab.
  • Columns — toggles which columns are visible in the results. Use this to focus on the fields relevant to your current filter. This does not affect the underlying data or other team members’ views.

Tips

  • Start broad, then refine. Begin with a single condition and add more until you isolate exactly what you need.
  • Use parentheses for mixed logic. When combining AND and OR, always use parentheses to make evaluation order explicit.

Next Steps

Creating Views

Save queries and column layouts as named views for quick reuse.

Exporting

Download filtered results for use in external tools and reports.