Developer Documentation Library > Data Model > Available DSCs > Quanvert DSC > Variable definitions > Categorical variables
 
Categorical variables
In the terminology of the UNICOM Intelligence Data Model, Quanvert axes are categorical variables and they contain two types of elements:
Categories. These correspond to the responses in the question on which the variable is based. For example, in the gender categorical variable, there are two categories Male and Female.
Special elements. These define special summary and statistics rows that are shown when the variable is tabulated, and intermediate values that are calculated during aggregation and are used in post-aggregation calculations (such as percentages and significance tests).
Quanvert DSC has been designed to enable applications to access Quanvert data in two ways:
Quanvert-aware mode. Applications that understand the full range of special elements can access and utilize them.
Basic mode. Applications that do not understand the special elements can access the categories alone.
Quanvert DSC creates two or more columns for each categorical variable:
Categories column. This column contains the data for the categories. This column alone enables a simple tabulator to do rudimentary aggregation, because it contains the basic "slots" into which each case can fall. For a Quanvert categorical variable called varname, this column is called varname.
Extra column. This column contains the special Quanvert elements. For a Quanvert categorical variable called varname, this column is called varname.Ex and is stored in the metadata as a helper field.
Multiplier columns. These columns contain any numeric data associated with a categorical variable. One column is created for each element that has numeric data associated. These extra columns are not created for elements that do not have associated numeric data. For a Quanvert categorical variable called varname, these columns are called varname.multxxx, where xxx is the MDM mapped value of the element to which it applies. Like the extra columns, the multiplier columns are stored in the metadata as helper fields.
The names of the columns and details of how they combine to make the complete variable for tabulation are stored in the metadata.
See also
Categories Column
Extra column
Multiplier Columns
Quanvert element types
Filtering Quanvert data
Quanvert DSC
What's new in Quanvert DSC
Special types of Quanvert projects
Reading ANSI text in Quanvert Data
Language handling by Quanvert DSC
Quanvert MDM custom properties
Quanvert DSC: Limits and known problems
Quanvert DSC: Supported CDSC features
Variable definitions