Data Dictionary: | FBI Crime Data 2017 |
Data Source: |
T2. | Violent and Property Crimes Reported | |||||||||||||
Universe: | ||||||||||||||
T002_002 Violent Crimes
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:FBI17_013_T1.IsNull)
oretval = ORG:FBI17_013_T2 + ORG:FBI17_013_T3 + ORG:FBI17_013_T5 + ORG:FBI17_013_T6;
else
oretval = ORG:FBI17_013_T1;
return oretval;
|