I have a query that has names, payments, and dates. I need to know how to build an expression in expression builder in order to total the column of values if that value is associated with certain year, eg. 2010.
Example data
john, $30, 3/2/2010
fred, $25, 6/3/2011
sam, $20, 7/22/2010
kyle...