Data Dictionary: | Social Explorer Crime Data 2021 |
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:T20_01.IsNull)
oretval = ORG:T20_03 + ORG:T20_04 + ORG:T20_05 + ORG:T20_02;
else
oretval = ORG:T20_01;
return oretval;
|