Features

Columns & Filters

Columns define what data appears in your report. Filters refine which records are shown.

Configure Report

Configuring Columns

Each column has three required settings: Column Label, Block Type, and Data Value (JSON path from loaded expansions).

Block Types

Block TypeDescriptionUse Cases
BasicStandard text/numeric displayNames, IDs, dates, simple metadata
ImageDisplays images from URLs. Size adjustable with slider (shows px dimensions)Profile pictures, thumbnails, logos
LinkCreates clickable hyperlinks. Combines link text + URL from different fieldsPage titles linking to pages, URLs
CollectionHandles array/list data. Custom joiners: comma, pipe, newline, etc.Labels, contributors, tags
RegexApplies regex patterns to extract or transform dataExtracting patterns, data cleanup
TextEnhanced display with prefix/suffix, truncation, case, fallback valuesFormatted output, truncated titles

Configure Report

Column Actions

ActionDescription
Add ColumnClick '+ Add New Column' to create a new column
Edit ColumnModify label, block type, source field, or formatting inline
Delete ColumnRemove a column using the trash icon
Drag & Drop ReorderDrag the handle icon to change column display order
Duplicate ColumnCopy an existing column configuration - saves setup time for similar columns
Hide ColumnTemporarily remove from display without deleting - configuration is preserved

Applying Filters

Filters refine which records appear in the preview. They run top-to-bottom with AND logic - each row further narrows results.

Configure Report

Each Filter Row Has 3 Parts

PartDescriptionExamples
OperatorHow to compare the valueContains, Equals, >, <, >=, <=, Starts With, Ends With, Regex, Is Empty, Advanced
PropertyThe field to filter onTitle, Space, Created Date, Last Modified, Created By, Content Type
Value / QueryWhat to compare against"Release Notes", "DEV", currentUser()

How to Fill a Filter Row

  1. Pick Operator
  2. Choose the Property
  3. Enter the Value / Query

Preview updates using the full stack of filters, top to bottom.

Full Operator Reference

OperatorDescriptionExample
ContainsField includes the valueTitle contains 'Project'
Not ContainsField excludes the valueTitle not contains 'Draft'
EqualsExact matchType equals 'page'
Not EqualsAny value except thisStatus not equals 'archived'
Starts WithField begins with valueTitle starts with 'Release'
Ends WithField ends with valueTitle ends with '2024'
Greater Than (>)Numeric/date comparisonVersion > 5
Less Than (<)Numeric/date comparisonLike count < 10
Greater or Equal (>=)Numeric/date comparisonCreated >= 2024-01-01
Less or Equal (<=)Numeric/date comparisonLike count <= 100
Is EmptyField has no valueLabels is empty
Is Not EmptyField has a valueLast modified is not empty
RegexPattern matchingTitle matches /Release/
AdvancedCustom expressionComplex multi-field expressions