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