Data Dictionary: | Reporting App |
Data Source: | Social Explorer; U.S. Census Bureau |
A00001. | Total Crime Data | |||||||||||
Universe: | ||||||||||||
T006_001Total Property Crimes:
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:FBI18_013_T7.IsNull)
oretval = ORG:FBI18_013_T8 + ORG:FBI18_013_T9 + ORG:FBI18_013_T10;
else
oretval = ORG:FBI18_013_T7;
return oretval;
|