Data Dictionary: | Social Explorer Crime Data 2021 |
Data Source: |
T6. | Property Crimes Reported | |||||||||||||
Universe: 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:T10_01.IsNull)
oretval = ORG:T10_02 + ORG:T10_03 + ORG:T10_04 + ORG:T10_05;
else
oretval = ORG:T10_01;
return oretval;
|