Asset_Activity_FACT Table

FlexNet Manager Suite 2020 R1 (On-Premises)

Asset_Activity_FACT is a fact table storing assets that had activity in the last 90 days. Row count : 90 (days) * combination of AssetStatusID and AssetTypeID 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 Asset_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.

AssetStatusID

Type: integer. Key

Asset status ID of the asset.

AssetTypeID

Type: integer. Key

Asset type ID of the asset.

ActivityDate

Type: datetime

The date the activity occurred.

NewCount

Type: integer

Number of new assets created on this date.

LastReportedCount

Type: integer

Number of assets when its inventory is last reported on this date.

OracleDBLastReportedCount

Type: integer

Number of Oracle database assets when retired or disposed inventory is reported on this date.

FlexNet Manager Suite (On-Premises)

2020 R1