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