I am trying to do a count of crime reports (incidents.inc_rep_number) by the crime offense (offense.offense_code). I have already created a group of offenses. Now I need to do a count for Aug. 2001, Aug. 2002, and Aug. 2003. The end result should look like this:
Aug. 01 Aug. 02 Aug. 03
Robbery 23 45 26
Murder 2 6 4
Do I need to create variables, or is there a simpiler way to get this accomplished? Thanks in advance for any help.
Aug. 01 Aug. 02 Aug. 03
Robbery 23 45 26
Murder 2 6 4
Do I need to create variables, or is there a simpiler way to get this accomplished? Thanks in advance for any help.