Help > Creating custom reports

Creating custom reports

Fundamentals

In order to be able to create custom reports for your organization, you need data. This data can be obtained from various sources. Depending on your requirements, you may also need to manipulate the data.

Fact tables and dimension tables

The fact tables contain measurements, identification numbers, and results that are derived from ongoing operations. They reflect performance, effort (time) etc. and can become very large.

This data only makes sense when it is put into a context.

Example: The processing time is evaluated in different process steps. The fact table contains foreign keys to the dimension entries that define their meaning.

W_Step with a reference to C_Process
 

The dimension tables contain the "descriptive" data. They are relatively static and normally much smaller than the fact tables.

C_Client

C_Process

C_ProcessStep

C_DocType

C_ReportingCat

C_FieldDefinition

Purpose

Consider:

Report data

Data sources

Data contexts

Sample report: Capture Statistics

Sample report: Detailed Capture Statistics

Sample report: Processing Report

Sample report: Sheet Page Image Per Process Step

Sample report: Production Summary Report