ChartConfigurationTag
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each tag configuration used in an Insight chart.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK, FK) |
int, NOT NULL |
The unique identifier for the Insight content. |
|
(PK, FK) |
TagNameType(nvarchar(256)), NOT NULL |
The fully qualified name for the tag. A fully qualified tagname uses the format: DataSourceName.TagName. |
|
Selected |
bit, NOT NULL |
Indicates whether the tag is selected to display in the chart of saved content. |
|
Color |
nvarchar(10), NOT NULL |
Indicates the color associated with the charted tag. |
|
ActiveGroup |
bit, NOT NULL |
Specifies whether the tag is part of the active group. |
|
(PK) |
smallint, NOT NULL |
Indicates the index of the layout when the content is recreated in the browser. |
|
SelectedOrder |
smallint, NULL |
Insight tracks the order in which tags for a chart are selected. This column indicates the position for this particular tag in that selection order. |