I have a report that has a Detail section, a Group footer section and a Report footer section. The Group footer is based on a field named [Quarter] and it's code should be executed once for each value of this field. My problem is that it is being executed twice for each value of this field, and...