Overview
The two major steps in creating a view include:
- Relationship Entity Diagram - selecting the tables you need from your database and defining how data in these tables are joined
- View Field Selection - defining which fields you wish to make available from these tables and providing metadata for them.
See Views Overview for more information.
Entity Relationship
See Model for more information.
Selecting Fields
See Table Properties for more information.
Field Categories & Meta Data
See Prepare for more information.
Field Format
See Field Settings for more information.
Calculated Fields
Calculated Metric
This type of calculated field allows you to build a calculation that will return a numeric value as the result. In this example we will aim to calculate profit by subtracting cost from invoice figures.
See Calculated Fields for more information.
Date Hierarchy Fields
Date Hierarchy calculated fields allow you to build levels of a hierarchy based on a single date field in your database. This can then be used to define Drill Down hierarchies, or for other purposes in reports.
Drill Down Hierarchy
See Drill Down Hierarchies for more information.