Data Dictionary: | Colorado Polling |
Data Source: |
T025. | Job Performance Cumulative (less) | |||||||||||
Universe: All known Job Performance answers | ||||||||||||
T025_002 JP Excellent or worse
Percent base:
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;
return oretval;
|