Installation_Activity_FACT Table

FlexNet Manager Suite 2020 R1 (On-Premises)

Installation_Activity_FACT is a fact table storing application installations that have been discovered in the last 90 days. Row count : 90 (days) * combination of ActionStatusID and ClassificationID rows.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for Installation_Activity_FACT table

Database Column

Details

ComplianceOperatorID

Type: integer. Key

Foreign key to the operator.

AgeInDay

Type: integer. Key

The days relative to date when the table is last updated.

ActionStatusID

Type: integer. Key

Action status ID of the application.

ClassificationID

Type: integer. Key

Classification ID of the application.

ActivityDate

Type: datetime

The date the activity occurred.

InstallCount

Type: big integer

Number of installations on this date.

FlexNet Manager Suite (On-Premises)

2020 R1