FlexNet Operations Reporting Model

This section describes the tables that comprise the FlexNet Operations reporting database. It includes entity-relationship diagrams; descriptions of the columns in the dimension, fact, and other tables; and information about sample SQL scripts.

This chapter describes the various tables—mainly dimensions and facts—that are available in the FlexNet Operations reporting model. You can use these tables when creating or modifying SQL scripts to generate your own reports.

FlexNet Operations Reporting Model

Section

Description

Reporting Schema Diagrams

Schema diagram illustrating the tables in the FlexNet Operations reporting database and the relationships among them.

Reporting Facts

Most producers use reporting to view some sort of aggregated data. These data are called facts (or measures): numeric values that are measurable and additive. This section lists the FlexNet Operations reporting database fact tables.

Report Dimensions

A dimension is a set of related properties based on available data, which can be made use of in a report. Most dimensions have attributes that express some aspect of the dimension. This section lists the FlexNet Operations reporting database dimension tables.

Custom Attribute Tables

Custom Attribute tables store custom content that is used in the End-User Portal to customize page instructions on supported pages, add announcements to the home page, or create standalone pages. This section lists the FlexNet Operations reporting database custom attribute tables.

Other Tables

This section lists additional tables in the FlexNet Operations reporting database.

Sample SQL Scripts

Describes the scripts provided to illustrate SQL queries that generate reports based on data in the FlexNet Operations reporting database.

The fact and dimension tables, as well as supporting date, user, and housekeeping tables, are documented in this chapter and illustrated in the Reporting Schema Diagrams.

FlexNet Operations Reporting Tables

Type

Tables

Facts

DEVICE_ADDON_FACT
DEVICE_FACT
DEVICE_PREBUILT_FACT
ENTITLEMENT_FACT
FULFILLMENT_FACT
SERVED_CLIENT_FEATURE_FACT

Dimensions

CONTACT_DIMENSION
DEVICE_DIMENSION
ENTITLEMENT_DIMENSION
FULFILLMENT_DIMENSION
LICENSE_MODEL_DIMENSION
LINE_ITEM_DIMENSION
MAINTENANCE_LI_DIMENSION
ORG_UNIT_DIMENSION
PART_NUMBER_DIMENSION
PRODUCT_DIMENSION
SUPPORT_ACTION_DIMENSION
TIME_DIMENSION
USER_DIMENSION

Custom Attribute

ENTITLEMENT_CUSTOM_ATTR
LICENSE_MODEL_CUSTOM_ATTR
LINE_ITEM_CUSTOM_ATTR
MAINTENANCE_LI_CUSTOM_ATTR
ORG_UNIT_CUSTOM_ATTR
PRODUCT_CUSTOM_ATTR
USER_CUSTOM_ATTR

Other

ENTITLEMENT_CHANNEL_PARTNERS
FULFILLMENT_DATES
LINE_ITEM_DATES
LINE_ITEM_RELATION
LINE_ITEM_USERS
MAINTENANCE_LI_RELATION
OPS_REPORTING_ENTY_STATUS
ORG_HIERARCHY
PARTNER_RELATED_ORGS
PRODUCT_RELATION
RPT_MODULE
USER_ORG_RELATION
USER_ORG_ROLE

Note:Unless the entity is specifically mentioned in this chapter, it is not supported by FlexNet Operations reporting.