Skip to content

The Result Grid

Every query in Data Collage feeds its results into a fast, spreadsheet-style grid below the editor. The grid is comfortable with tens of thousands of rows and offers a long list of interactions for slicing, sorting, formatting, and copying the data without going back to the editor.

  • While a query is running, the grid shows a “Running…” indicator with a spinner. The previous result set (if any) stays in place until the new one arrives.
  • When zero rows come back, the grid shows column headers with an empty body and a “No rows” hint. The row count in the toolbar reads 0.

Two places show what just happened:

  • The Results toolbar directly above the grid shows the row count and the elapsed time (how long Fusion took to return the data).
  • The Status Bar at the bottom of the window adds the data size of the returned payload (KB or MB), which is useful for spotting unexpectedly large extracts.

Results toolbar showing row count, elapsed time, and the Fit, Columns, Formula, Duplicates, and Top N buttons

  • Single-column sort — click a column header to toggle ascending → descending → no sort.
  • Multi-column sort — hold Shift while clicking a second (or third) header to add a secondary sort level. A small number on the header shows the priority of each sort level (1 = primary, 2 = secondary, and so on). Shift-clicking a sorted column again cycles its direction or removes it from the sort.

You have two ways to filter the grid:

Hover a column header to see its filter icon, then click it to open the filter menu. From there you can choose conditions like equals, contains, starts with, blank, not blank, and so on. Filters are typed for the column — text columns get text operators, numeric columns get numeric operators (greater than, less than, in range).

Right-click any cell to filter the grid against that cell’s value:

  • Filter to “value” — keep only rows where the column equals that value
  • Exclude “value” — hide rows where the column equals that value

Right-click anywhere in the grid → Clear all filters removes every applied filter at once. (Sorts and Top N / Duplicates state are preserved.)

Use the Duplicates button on the toolbar to surface rows that share key values.

Duplicates dropdown with column checkboxes and the Find duplicates button

  1. Click Duplicates on the toolbar.
  2. In the dropdown, tick one or more columns that together define a duplicate. (For example, ticking just invoice_num finds invoices with the same number; ticking vendor_id and invoice_num together finds duplicates per supplier.)
  3. Click Find duplicates.

The grid filters in place to show only rows whose key values appear more than once across the result set. Click Duplicates again and clear to return to the full set.

Use the Top N button to keep only the highest or lowest N rows ranked by a numeric column.

Top N dropdown with Direction, N, and By column controls

  1. Click Top N on the toolbar.
  2. Pick Top or Bottom.
  3. Enter N (e.g. 10 for the top 10).
  4. Pick the numeric column to rank by (e.g. amount_due).
  5. Click Apply.

The grid filters in place to those rows. Click Clear in the same dropdown to remove.

Right-click any column header → Hide column. Quick when you want one specific column out of the way.

Manage all columns from the Columns picker

Section titled “Manage all columns from the Columns picker”

The Columns button on the toolbar opens a picker for bulk show/hide work.

Columns picker dropdown with search box, Show all / Hide all controls, and per-column rows

From the picker you can:

  • Search for a column by name (handy on wide result sets — Ctrl+F-style)
  • Tick or untick per-column checkboxes to show or hide
  • Click Show all / Hide all to bulk-toggle
  • Click the crosshair icon next to any column to reveal it in the grid — scrolls to that column and unhides it first if it was hidden
  • Toggle the fx filter to narrow the picker to only your formula columns

Drag any column header left or right to change the order. The new order persists in Saved Analyses.

Right-click a column header to apply a per-column format:

  • Format as number… — choose from Plain, Thousands separator, Decimals (0/2/4), Percent, Currency (USD), or Scientific.
  • Format as date… — choose from the available date formats.

The formatting only changes how values are displayed in the grid and in exports (when Apply column formats is enabled in the Export menu) — the underlying values are untouched. Default formats applied to every new result set are configurable in §14 — Settings.

Right-click a column header → Show distinct values… opens a side panel listing every unique value in that column with a count of how many rows have it. Useful for quickly checking the cardinality of a status code, currency, region, or any other dimension before you start filtering.

The grid is built for the “see something, copy it, paste it elsewhere” workflow.

Right-click any cell to copy that whole row in one of four formats:

Cell right-click context menu showing Copy value and the Copy row variants

OptionWhat ends up on the clipboard
Copy rowTab-separated values, no header — pastes into Excel as separate cells.
Copy row as CSVComma-separated values, no header.
Copy row as CSV (with header)Comma-separated values, header row included.
Copy row as JSONA single JSON object with column names as keys.

Multi-row copy is not supported in V1. Copy is one row at a time; for larger extracts use the Export menu (see §9).

Right-click a column header or any cell in that column → Copy column name puts just the column’s name on the clipboard. Handy when you’re building joins, asking a colleague about a specific field, or writing a follow-up query.

Single-column only in V1 — copying multiple column names at once isn’t supported yet.

Column widths default to a sensible size based on content, but you can re-fit at any time:

  • Fit button on the toolbar — widens every column to fit its content.
  • Right-click a column header → Auto-fit this column — fits one column.
  • Right-click a column header → Auto-fit all columns — same as the toolbar Fit button.