Working with data in the Reports database
After you collect data using the Reports feature, you can access that data and use it as input to your business intelligence
software.
Use the procedures below to connect to the database, then retrieve data using SQL
statements. For example, you can use the SELECT
statement to query data or the COPY
statement to export data.
- Note:
- You don't have to follow this procedure if you use Data Transmitters.
For more information about working with data in PostgreSQL databases, including the Reports database, see the PostgreSQL tutorial (http://www.postgresqltutorial.com/).