From Bright Pattern Documentation
Contents
- Introduction
- Creating Custom Report Templates
- Prerequisites
- Downloading Libraries and Localization Resources
- Importing Libraries
- 1 Creating Data Adapter
- Importing Localization Resources
- Downloading Report Templates
- Importing and Modifying Report Templates
- Previewing and Saving Modified Report Templates
- Uploading Modified Report Templates
Custom Reporting Tutorial
Creating Data Adapter
In Repository Explorer > Data Adapters, right-click and select Create Data Adapter, and specify the following:
- JDBC Driver: org.mariadb.jdbc.Driver
- JDBC Url: jdbc:mariadb://<your database server host name>:3306/< your reporting database name>
- Username: username for access to your Reporting Database
- Password: password for access to your Reporting Database
For database server host name, database name, and username, open the Contact Center Administrator application and navigate to Reporting Settings.
Click Finish.