DATA_TYPE CODES
Property | Value | Comments |
---|---|---|
#CODE:ID_STANDARD_CODE | "#DATA_TYPE" | Constant value to identify CODE_TYPE codes |
#CODE:ID_CODE | E.g. VALUE.DAT:SUM | It will correspond to the OBJECT:Property. View next ID_CODE list section |
#CODE:ID_LANGUAGE | "EN" | Available language that describe the ID_CODE |
#CODE:CODE_DESCRIPTION | Description of ID_CODE (e.g. "Team Name") | Text that describes the code type identified with the #CODE:ID_CODE |
This data define the grouping function used when a DATA value is managed (e.g. graphs or reports). This code is linked with a concrete DATA value through #DATA - DATA_TYPE tree.
For example: suppose that we have data collected for a DATACODE called "HEART_RATE". We may have several inputs for the same day, but when that information is displayed in a line chart we want to 'group' the values by taking the maximum value.
Additionally, it is possible to specify a time scope (for example, take the maximum value when grouping by day, but calculate the average when grouping by month)
See some examples in #DATA - DATA_TYPE tree
Only available in EN.
AVAILABLE CODES
If CODE_TYPE is not specified for a given data_code, by default the system is considering VALUE.DAY.AVERAGE
ID_CODE | CODE_DESCRIPTION |
---|---|
CATEGORY | The DATA is a category |
VALUE | The DATA is a continuous value. By default it is INDEPENDENT |
VALUE.INDEPENDENT | The DATA is a continuous independent value |
VALUE.DAY.SUM | The DATA is a continuous sum value at DAY scope |
VALUE.DAY.HIGHEST | The DATA is a continuous highest value at DAY scope |
VALUE.DAY.LOWEST | The DATA is a continuous lowest value at DAY scope |
VALUE.DAY.AVERAGE | The DATA is a continuous average value at DAY scope |
VALUE.DAY.LAST | The DATA is a continuous last value at DAY scope |
VALUE.DAY.MEDIAN | The DATA is a continuous median value at DAY scope |
VALUE.MONTH.SUM | The DATA is a continuous sum value at MONTH scope of DAY values |
VALUE.MONTH.HIGHEST | The DATA is a continuous highest value at MONTH scope of DAY values |
VALUE.MONTH.LOWEST | The DATA is a continuous highest value at MONTH scope of DAY values |
VALUE.MONTH.AVERAGE | The DATA is a continuous highest value at MONTH scope of DAY values |
VALUE.MONTH.LAST | The DATA is a continuous last value at MONTH scope of DAY values |
VALUE.MONTH.MEDIAN | The DATA is a continuous median value at MONTH scope of DAY values |