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