You can also use a TRUNC date formula, which would still return a whole date, but with the day/month set to the first. For example if {trandate} were Jun 15, 1999 -> TRUNC({trandate},'YEAR'} would return Jan 1, 1999. (I may have the exact syntax off. Could be YYYY and use double quotes). It's helpful when doing comparisons.