- Docs
- Reports Overview
- View Report Data
-
Installation
-
Updating
-
Settings
-
Logs
-
API
-
Reports
-
Snapshots
-
Workflows
-
Dashboard
-
Explorer
-
Users
-
Resources
-
Custom Fields
-
Cycle Counts
-
Data Pull
-
Data Push
-
Displays
-
Lights (Philips Hue)
-
Order Builder
-
Order Processor
-
Variance
View Report Data
After you have selected a theme, added columns, filters, and groupings, you can view your report’s data with the Data tab in the report interface.
There are two features that can help you when viewing tabular report data: sorting and limits. If you have added a snapshot, you can also view bar or line graphs of your report data.
Sorting
When viewing your report in the Data tab, you can adjust how ItemPath sorts the data presented in the table. Note that if you have a grouping, this may impact the values displayed for any columns.

To sort by a specific column, select the column header. An arrow will appear indicating whether it’s sorting by increasing or decreasing values within that row. For each data type:
Data Type | Ascending 🔼 | Descending 🔽 |
---|---|---|
Numbers | Least to greatest (0, 1, 2…) | Greatest to least (100, 99, 98…) |
Strings | Alphabetical (Count, Pick, Put) | Reverse alphabetical (Put, Pick, Count) |
Datetime | Oldest to newest | Newest to oldest |
Limits
You can specify a limit for the number of rows in the report from any tab of the report interface. Check the Limit checkbox, then specify the number of rows that you would like to appear in your report.

Limits and groups
Recall that there are two ways to group and aggregate information in your reports, column groups and snapshots. Limits are applied after filters and groupings. For example if there are two rows displayed due to groupings:

Adjusting the limit to 1, displays a single group:

When combined with sorting, you can use this to display information such as the top 5 most picked materials in this week:
- Create a report on the History theme.
- Add the following columns:
- “Direction Type Description”
- “Material Name”
- Add a Column Grouping by Material Name.
- Add a Count column labelled, “Number of Picks”
- Filter to “Picks” using the Direction Type Description.
- Check the Limit checkbox, then enter 5.
- Sort by the “Number of Picks” column in descending order.
Charts and graphs
If you have added a snapshot to your report, the snapshot allows you to select a chart or graph for your report. You can select which kind of chart you’d like to view (line or bar).

Templates and viewing settings
If you export a report, it will include any limits and sortings as part of the report template file. If you would like to adjust this in your template JSON manually (using an editor like VS Code or Notepad++) adjust the following values:
Value | Notes |
---|---|
reportLimit | The number of rows that should appear in the final report |
sortColumnId | The id of the column that sorts the data. If it has a value, then the report will display with a sort on that column. |
sortOrder | 0 is ascending. 1 is descending. |
snapshots | A list of snapshot objects associated with the report. |