Data Dictionary: | Market Profile Data 2021 |
Data Source: |
MPD_129. | Employment Change | |||||||||||||||||||||||||||||||
Universe: none | ||||||||||||||||||||||||||||||||
EMPCHG1020 Employment Change 2010 - 2021
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)-(ORG2010:WHCOLROCC + ORG2010:BLCOLROCC + ORG2010:EMP_GOVLOC + ORG2010:EMP_GOVST + ORG2010:EMP_GOVFED + ORG2010:EMP_SELF+ ORG2010:EMP_UNPAID);
return oretval;
|