Data Dictionary: | Colorado Polling |
Data Source: |
Table: | T023. Job Performance [6] |
T023. | Job Performance | |||||||||||||
Universe: All known Job Performance answers | ||||||||||||||
T023_001Total (all known job performance answers)
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:JobPerformance_Excellent + ORG:JobPerformance_Good + ORG:JobPerformance_Only_fair + ORG:JobPerformance_Poor + ORG:JobPerformance_Unsure;
return oretval;
|