Skip to main content

Results and exports

After clicking Search in the report builder, results appear below the query. This page explains how to read and page through the results table, sort and filter it, add aggregate totals, and export the data. To learn how to build the query, see Build a report.


The results table

The results area shows a card header with Showing N results — the count of records matched by your query — alongside an Export button and a Clear sorting button. The table displays one record per row, using the columns you selected in Step 3 of the builder, followed by an Actions column.

Results card reading 'Showing 6 results' with Export and Clear sorting buttons, a table with Name, Sku, Place, State, and Date Last Moved columns, six rows of demo items, a View link in the Actions column for each row, and a pagination footer reading 'Total 6 items' on page 1 at 10 / page.

Pagination

The footer reads Total N items and shows the current page position. Use the arrow buttons to move between pages. The page-size selector lets you display 10, 25, 50, or 100 rows per page.

Opening a record

Click View in the Actions column to open the full record page for that row — for example, the item detail page for a row in an Items report. The View link appears only when you have permission to view records of that type.


Sorting

Click a column header to sort by that column. On an Advanced report, the portal re-queries the server to apply the sort across all pages. On a Basic report, the rows already loaded are re-sorted locally without a new server request. Click the same header again to reverse the direction.

Click Clear sorting to remove all sorting and return to the default order.


Column filters

Basic reports only

Column filters are available on Basic report types (such as Items Report, Item Movement History, and similar) only. Advanced reports do not have column filters.

On a Basic report result, plain-text columns display a funnel icon in the column header. Click the icon to open a filter input directly beneath the header and type any substring to match against — the filter is case-insensitive. When more than one column filter is active, rows must satisfy all of them (AND logic).

The filter icon appears only on plain-text columns such as State. Picker-style columns such as Name, which resolve to linked records, do not offer a column filter.

Example: Typing Present into the State column filter narrows the table to the 8 rows whose State value contains that text. The card updates to Showing 8 results and a Clear filters button appears alongside Clear sorting.

Basic report results with a column filter open on the State column, 'Present' typed in the filter input, 8 matching rows each showing Present in the State column, Total 8 items in the footer, and Clear sorting and Clear filters buttons in the card header.

Click Clear filters to remove all active column filters and show the full result set again.


Aggregates

The Show Aggregates switch adds a totals row to the results table. When the switch is on, each numeric column gains a Sum / Avg dropdown with the placeholder None. Select Sum or Avg from the dropdown for any column you want to total; a bold totals row appears below the last data row and displays the computed value.

Aggregate totals are calculated across all result rows, not only the rows visible on the current page or the rows remaining after a column filter is applied.

Example: The screenshot below shows Sum selected for the Unit Cost column, with a bold totals row at the bottom. The value shows $0.00 because the demo items in this report carry no unit cost; in a real dataset the totals row reflects whatever values your data holds.

Results table with a Unit Cost column added, Show Aggregates on, and a bold $0.00 totals row below the six data rows.


Exporting

Click Export to open the export menu. Seven options are available:

The Export dropdown menu open, listing seven items: CSV - Visible Fields / Visible Rows, CSV - All Fields / Visible Rows, CSV - Visible Fields / All Rows, CSV - All Fields / All Rows, PDF - Visible Rows, PDF - All Rows, and Export Settings.

OptionWhat it exports
CSV - Visible Fields / Visible RowsYour Step-3 columns, current page only
CSV - All Fields / Visible RowsEvery available column for the report type, current page only
CSV - Visible Fields / All RowsYour Step-3 columns, across all pages
CSV - All Fields / All RowsEvery available column, across all pages
PDF - Visible RowsA PDF of the current page, using a print template
PDF - All RowsA PDF of all pages, using a print template
Export SettingsOpens the export settings modal — see Export Settings below

Visible Fields are the columns you added in Step 3 of the builder, in the order you arranged them. All Fields includes every column available for the chosen report type, including columns you did not select. Visible Rows is the current page. All Rows is every record matched by your query, across all pages.

Large exports

When you select an All Rows option on an Advanced report with more than 200 rows, a confirmation dialog titled Export Data opens. It reads: You are exporting a large amount of data… Click Yes, continue to proceed, or cancel to go back.

PDF exports

Choosing PDF - Visible Rows or PDF - All Rows opens the Select Print Template dialog. Choose a template from the dropdown (placeholder Select a template...), then click OK to download the PDF.

The Select Print Template dialog with 'Standard Report Layout' chosen in the template dropdown, and Cancel and OK buttons.

note

Print templates are configured by an administrator. If no templates have been set up, the dropdown is empty and no PDF can be generated until an administrator adds one.

Export Settings

The Export Settings option opens a modal that controls how CSV exports are formatted.

The Export Settings dialog with the Include Header Row toggle switched on, a Select Field Display label, and Display Text selected in the dropdown, with Cancel and OK buttons.

SettingOptionsEffect
Include Header RowOn (default) / OffWhen on, the first row of the CSV contains the column names
Select Field DisplayDisplay Text / Value / BothControls how choice-field columns (such as State or Tag Type) are written in the CSV. Display Text writes the label the portal shows. Value writes the underlying stored value. Both writes both

Click OK to save your settings. They apply to all subsequent CSV exports until you change them again.


Related guides:

  • Build a report — step-by-step walkthrough of the query builder, from choosing a report type through to running the search.
  • Filters and operators — the full reference for filter operators, date keywords, and text-match options.
  • Working with lists — how to sort, filter, and export data in standard list views; note that list exports and report exports are separate features with different column and format options.