Data Dictionary: | Social Explorer Crime Data 2022 |
Data Source: |
T2. | Violent and Property Crimes Reported | |||||||||||||
Universe: | ||||||||||||||
T002_003 Property Crimes
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:T10_01.IsNull)
oretval = ORG:T10_02 +ORG:T10_03 + ORG:T10_04 + ORG:T10_05;
else
oretval = ORG:T10_01;
return oretval;
|