How to use the Report builder
The Report builder lets you create your own report layout with the columns, filters, and calculation logic you need.
In this article, you’ll learn:
-
How to create a report — step-by-step setup of a report form
-
How to build a report — launch a report from the Builder
-
Report grouping — how to group data
-
Interface overview — what the Builder includes
-
Import and export — how to move reports between accounts
1. Go to the Reports section
2. Find the Builder button 
3. Click it — the Report Builder window will open

In the builder:
4. Click Add 
5. Select the report type

6. In the Name field, enter the report name

7. In the Columns section, click
and add the required fields
8. Set up the column data, formulas, filters, and other parameters
9. If needed, fill in the Configuration field
10. Click Save
After saving, the report will be available in the Reports section.
Example report
For example, you can create an Idle – Summary Table report.

Report type: Summary table
Added columns:
-
Vehicle — the object the report is based on
-
Idle time — the duration of idling
-
Total idle events — the number of events
-
Fuel at beginning — fuel level at the beginning
-
Fuel at end — fuel level at the end
In the Configuration field, you can set a filter so the report includes only the data you need.
For example, to show only objects with idle events:
{"filter":[{"key":"total_idle_events_number","rule":">","value":0}]}
|
Once the report is created and saved in the Builder, it becomes available in the Reports section.

1. Go to the Reports section
2. Select the object by checking it in the list
3. Choose the report you created in the Builder

4. Specify the time period and any additional parameters
5. Click Build report

The system will generate the report using the selected layout.

You can then:
-
view and analyze the report
-
export it to CSV, Excel, or PDF —

-
print it —


Reports created in the Builder can also be grouped.
To generate a report by object groups:
1. Go to the Reports section
2. Select the report created in the Builder
3. Set grouping by object groups
4. Click Build report


On the left, there is the Reports panel with the list of reports already created.

It includes the list of saved reports and management buttons:
On the right, there is the settings area for the selected report:

-
Type — the report builder type
-
Name — the report name
-
Sorting — the order in which data is displayed
-
Desc — descending sort order
-
Columns — report structure settings
-
Configuration — additional report settings in JSON format. This lets you control how data is displayed in the report.
For example, you can define how the data is split inside the report.

Configuration: {"split": "hour"} splits the data by hour. Each hour will be shown as a separate segment in the report.
Reports created in the Builder can be transferred between accounts. Use the Export
and Import
buttons for this.
How to export a report
1. Click Export 
2. Choose a location on your device
3. Save the file
How to import a report
1. Click Import 
2. In the window that opens, if needed, enable Remove existing reports if you want to delete existing reports in the Builder.

3. Select the report file
4. Click Import
The report will be uploaded to the account.


