MetricType Table
MetricType
is a collection of various types KPI metrices
Database Column |
Details |
---|---|
MetricTypeID
|
Type: small integer. Key A unique identifier for Metric type. |
ParentMetricTypeID
|
Type: small integer. Nullable Parent Metric type of the current Metric type. |
MetricTypeName
|
Type: text (max 1000 characters) Name of the metric type. |
MetricTypeResourceName
|
Type: text (max 256 characters). Nullable The unique name of the localizable resource string representing a Metric type. Foreign key to the |
Level
|
Type: small integer Level of the Metric Type. |
MetricTypeDescription
|
Type: text (max 1000 characters). Nullable Name of the metric type description. |
MetricTypeDescription ResourceName
|
Type: text (max 256 characters). Nullable The unique name of the localizable resource string representing a Metric type description. Foreign key to the |
LinkType
|
Type: text (max 200 characters). Nullable Link type. Valid values are Report, SavedScreen, and ExistingScreen |
LinkTypeId
|
Type: integer. Nullable Link type Id (ComplianceSavedSearchSystemID) to generate a link for the metric type. |