Report Example
In this article
Below is an example of creating a report based on data stored in PostgreSQL. To build a report, you need to follow these steps:
- Create a connection.
- Create tables.
- Use a script to add data from the connection to the tables.
- Link the tables in the Data Model.
- Create a dashboard.
Example:
- Create a PostgreSQL connection and provide all the necessary details.
- Create a table that you will use in the dashboard.
- Create a script that will transfer data from PostgreSQL to your table. The script consists of three blocks:
- clearing the table of previous data
- receiving new data from the connection
- adding new data to the table
- Similarly, create a second table and use a new script to fill it in with data. Link the tables in the Data Model. You can also set global indicators for the workspace in the Data Model.
- Now you can create a report based on the data from PostgreSQL. More information about creating a dashboard and adding components is provided in the corresponding sections of the documentation.
Note
If you want to add the Process explorer component, you need first to create a process.
Was the article helpful?
Yes
No