Type
Type
Constant String ('string','integer','double' or 'date')
Since
1.0
Description
For self-defined tables you must also define all of its column and their type. This property defines the type of column and must have one of the values 'string', 'integer', 'double' or 'date'. In instantOLAP there are only a few number of types for columns, less than the most databases have. All columns are converted (if possible) from the database-type to the instantOLAP type when reading the result from the query.
Examples
Type = "integer"
