I’m struggling with an expression to average a list of values based on a number of conditions. I’ve gotten the expression part of the way there using COUNT(), but need to AVERAGE(). Here’s the expression thus far:
I need to go to the StephensonCourt_Tbl, CourtID, the CourtDate and only check records for the last 7 days, and go the StephensonVPRAIR_Tbl, ChargeCategory count those that are = "Non Violent Misdemeanor” and go to the StephensonBondHearing_Tbls, ReleaseRecognizance = “No” and go to the StephensonBondHearing_Tbls, BondAmount column and average the values in this column that match, BondAmount.
I hope I’m making sense, Any help or suggestions you might have are much appreciated.