So I'm trying to do a calculation in the footer of a grouping, and in that calculation I need to know how many records had a specific value for a specific field, let's call it lngPropertyID. What is the best way to do this sort of calculation? For example, let's say this field could have a value of 1 or 2, and I wanted to calculate what percentage of the records in this group had lngPropertyID=1? Thanks in advance!