Data Dictionary: | COVID-19 Insights 2020 |
Data Source: |
T7. | Civilian Labor Force as of August 2020 | |||||||
Universe: | ||||||||
T007_006Employment to Population Ratio (percent)
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if(UD:T007_004.IsNull || UD:T007_001.IsNull)
oretval.IsNull = true;
else
oretval = (UD:T007_004 / UD:T007_001) * 100;
return oretval;
|