Data Dictionary: | Single Location Demographic Report |
Data Source: |
EASI2023_129. | Employment Change | |||||||||||||||||||||||||||||||
Universe: none | ||||||||||||||||||||||||||||||||
EMPCHG1020 Employment Change 2020 - 2023
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = (ORG:WHCOLROCC + ORG:BLCOLROCC + ORG:EMP_GOVLOC + ORG:EMP_GOVST + ORG:EMP_GOVFED + ORG:EMP_SELF+ ORG:EMP_UNPAID)-(ORG2020:WHCOLROCC + ORG2020:BLCOLROCC + ORG2020:EMP_GOVLOC + ORG2020:EMP_GOVST + ORG2020:EMP_GOVFED + ORG2020:EMP_SELF+ ORG2020:EMP_UNPAID);
return oretval;
|