Data Dictionary: | Single Location Demographic Report |
Data Source: |
T013. | Educational Attainment (Aged 25 & Over) | |||||
Universe: none | ||||||
T013_008 Professional Degree
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:ED_PROF;
if (ORG:ED_PROF.IsNull)
oretval.IsNull = true;
return oretval;
|