The metadata model is a business presentation of the information provided by the ATG data warehouse. The model is used by business users and report creators, rather than working directly with the database.

There are three layers (views) to the metadata model, representing increasing levels of abstraction of the underlying report data:

Data Source and Model Query Subjects contain query items, which can be used for to retrieve any of the following item types:

Reports are composed of combinations of facts and attributes, for example: sales (fact) per month (month is an attribute of the Time dimension).

The dimensional view is most important to report users. This view shows metrics in terms of their attributes. It includes the following entities:

Another important concept is that of a hierarchy. Hierarchies allow you to roll up or aggregate information in different levels and then navigate it easily. Dimensions can be composed of multiple hierarchies (always at least one), which tell you how things roll up. A classic example is time; if you have year, quarter, month, day, hour, you can define two hierarchies:

Each item is a level in the hierarchy. Levels also contain attributes. In your reports, you can now provide two possible levels at which the end-user can explore data.

For more information on metadata modeling, see the Framework Manager User Guide.

 
loading table of contents...