Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 4a209bd

Browse files
stitenkoashvayka
authored andcommitted
edits from Gleb
1 parent 9838f83 commit 4a209bd

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

_includes/docs/user-guide/reporting/scheduling-reports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ With the Scheduler, you can:
1818

1919
- Open the "**Reporting**" page from the left-hand sidebar and go to the "**Scheduling**" tab.
2020
- Click the "**+ Scheduled report**" button in the top-right corner.
21-
- In the scheduling dialog:
21+
- In the scheduling dialog, configure the following:
2222
- Specify the **schedule name**.
2323
- **General configuration**:
24-
- **Event type** – always "Generate Report".
24+
- **Event type**is always set to "Generate Report".
2525
- **Report template** – select a [predefined report](#report-templates) template to use.
2626
- **User** – select the user whose credentials will be used for report generation.
2727
- **Time zone** – choose the time zone for report generation.
@@ -42,7 +42,7 @@ You'll find all generated reports under the "[Reports](#reports)" tab.
4242
The "**Reports**" tab stores all your generated reports. Here you can:
4343
- Download reports.
4444
- Filter reports by report template or by the user whose credentials were used to generate the report.
45-
- Delete unnecessary reports.
45+
- Delete reports you no longer need.
4646

4747
> The number of generated reports can be limited per tenant via [tenant profile](/docs/{{docsPrefix}}user-guide/tenant-profiles/){:target="_blank"} configuration.
4848

_includes/docs/user-guide/reporting/subreport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% assign feature = "Reporting" %}{% include templates/pe-feature-banner.md %}
88

9-
A **Subreport** in ThingsBoard is a special type of report template that is **designed to be embedded inside another (main) report**.
9+
A **Subreport** in ThingsBoard is a special type of report template that is **designed to be embedded inside another (master) report**.
1010
It behaves like a **reusable**, **modular block** that receives context from the parent report and generates its content accordingly.
1111

1212
Just like regular reports, subreports can contain components such as tables, text blocks, images, etc., and they fully support dynamic entity aliases and data filtering.
@@ -77,7 +77,7 @@ This can be achieved by using subreport:
7777

7878
First, create a **Subreport** template that will contain the alarm table for a single device.
7979
For its **datasource**, use a **new entity alias** with the filter type "**Entity from master report**".
80-
This will allow the master report to pass data about a specific device into the subreport.
80+
This allows the master report to pass data about a specific device into the subreport.
8181

8282
- Open the "**Reporting**" page from the left-hand sidebar. You will automatically land on the "**Templates**" tab.
8383
- Click the "**+ Add report template**" button in the top-right corner and select "**Create new report template**" from the dropdown menu.
@@ -137,7 +137,7 @@ We'll configure it to pass the data of **each of your devices** to the **sub
137137
{% include images-gallery.html imageCollection="example-create-report-2" %}
138138

139139
- **Add an "Subreport" component** by dragging it from the **components library** into the **content area**.
140-
- In the "**Datasource**" section, create a new entity alias that retrieves all your entities of type Device.
140+
- In the "**Datasource**" section, create a new entity alias that retrieves all your entities with Device type.
141141
- In the "**Subreport**" section, select the previously created subreport **Daily Device Alarms (Subreport)**.
142142
- Save the component.
143143
- Finally, save the master report template.
@@ -148,6 +148,6 @@ We'll configure it to pass the data of **each of your devices** to the **sub
148148

149149
To make sure the subreport is generated correctly, click the "**Generate test report**" button in the top-right corner of the window.
150150

151-
As you can see, the generated report contains all three of our devices, with a separate table for each showing their alarms for the current day.
151+
As you can see, the generated report contains all three of our devices, each with its separate table showing the alarms for the current day.
152152

153153
{% include images-gallery.html imageCollection="example-generate-test-report" %}
2 Bytes
Loading
-1.2 KB
Loading
40 Bytes
Loading
-916 Bytes
Loading

0 commit comments

Comments
 (0)