Data Dictionary: | Reporting App |
Data Source: | Social Explorer; U.S. Census Bureau |
A00001. | Total Crime Data | |||||||||||||
Universe: | ||||||||||||||
T004_001Total Violent 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_T1.IsNull)
oretval = ORG:FBI18_013_T2 + ORG:FBI18_013_T3 + ORG:FBI18_013_T5 + ORG:FBI18_013_T6;
else
oretval = ORG:FBI18_013_T1;
return oretval;
|