I have read a lot of post, but haven't found quite what I'm looking for. I found the suppress if duplicate and a boolean formula (neither do what I want). I also tried grouping; it still totals all of the charges (even the one's not showing up). I'm lost at what I can do to fix this.
My Report
(this is what it looks like now)
Arrest Date, BookID, Last Name, First Name, Age, Charge
01/01/2012 26203 Smith Kim 36 DUI
01/01/2012 26203 Smith Kim 36 Open Container
01/01/2012 26203 Smith Kim 36 No Taillights
01/02/2012 26206 Stephens Gene 39 Ran Red Light
Total Records:4
(this is what I want it to look like)
Arrest Date, BookID, Last Name, First Name, Age, Charge
01/01/2012 26203 Smith Kim 36 DUI
01/02/2012 26206 Stephens Gene 39 Ran Red Light
Total Records: 2
I would like to count the BookID only once per arrest. I do not want to count the multiple charges with each BookID. Can anyone help me figure out how to get these results. Any help is much appreciated.
My Report
(this is what it looks like now)
Arrest Date, BookID, Last Name, First Name, Age, Charge
01/01/2012 26203 Smith Kim 36 DUI
01/01/2012 26203 Smith Kim 36 Open Container
01/01/2012 26203 Smith Kim 36 No Taillights
01/02/2012 26206 Stephens Gene 39 Ran Red Light
Total Records:4
(this is what I want it to look like)
Arrest Date, BookID, Last Name, First Name, Age, Charge
01/01/2012 26203 Smith Kim 36 DUI
01/02/2012 26206 Stephens Gene 39 Ran Red Light
Total Records: 2
I would like to count the BookID only once per arrest. I do not want to count the multiple charges with each BookID. Can anyone help me figure out how to get these results. Any help is much appreciated.