Element Details: Color+Range+Column
 Back


Available in: Logi Info Source code name: ColorRangeColumnIntroduced in: 12.6

ColorRangeColumn adds a new column containing color values that fall within ranges or have specific values.

To get colors based on numeric ranges, add ColorRange elements with values and colors. Data rows with values less or equal to the ColorRange value will be set to that color.

To get colors based on specific values, set ColorRangeStyle to "TextList". Then add ColorRange elements with specific values found in the data.

Element Group:Add and Replace Columns



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ColorRangeStyle
TextList
NumericRange
When NumericRange, the ColorRange elements' RangeEndValues should have increasingly greater numeric values. When set to TextList, the RangeEndValues represent specific text values instead of numeric ranges. Also, RangeEndValues may include the * wild-card character. The default is NumericRange.
ContrastColorColumnID
UserDefined
When set, a new column is created which is one of two colors that contrast with the range color. For example, if the range color is a light gray, the contrast color might be black. When dark gray, the contrast color might be white. Typically, use the range color as a background, then set the text to the contrast color.
ContrastDarkColor
UserDefined
A color which is returned when the range color is generally light.
ContrastLightColor
UserDefined
A color which is returned when the range color is generally dark.
DataColumn
UserDefined
(Required) The name of a data field/column returned from the DataLayer.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

DataLayer.Cached
DataLayer.CSV
DataLayer.Definition List
DataLayer.Directory
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.GPX File
DataLayer.JSON
DataLayer.KML File
DataLayer.LDAP
DataLayer.Linked
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.Plugin
DataLayer.REST
DataLayer.Scheduler
DataLayer.SimpleDB
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Twitter
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML


CHILD ELEMENTS

Click element to drill down for more information.

Color Range


 Back to top


 Chart Debug