Carl, Thanks very much for your quick response. I appreciate it very much. The field for the rep footer now uses a variable that calculates the commission, and that one works great. I suppose that is because the text field contains the last value of the variable since it's in the footer. The total field, however, is inaccurate and I'm not sure how to fix it. Instead of giving me the total of all of the rep commission text fields, it's giving me the total of all of the records after the quota. I have the same conditional logic inside the Report variable as I do inside the Rep Group variable, except with a "Sum" calculation. Let me give you an example: For each record, the sale amount average is recalculated and the Rep Group's variable recalculates the commission. This is fine for the Rep Group text field because it always uses the last value (which is the correct one)... Here's a breakdown of an example where a sales-number quota is "5" and a sales-amount quota is "$50". Assume that each of these lines is a record belonging to a single Rep: Sale 1: $55 (Average Sale Amount: 55; Commission: 0) Sale 2: $55 (Average Sale Amount: 55; Commission: 0) Sale 3: $55 (Average Sale Amount: 55; Commission: 0) Sale 4: $55 (Average Sale Amount: 55; Commission: 0) Sale 5: $55 (Average Sale Amount: 55; Commission: 275) Sale 6: $20 (Average Sale Amount: 49; Commission: 60) What my company group variable is doing is adding the $275 and the $60, instead of using just the $60 as is needed and as would show up on the Rep footer's text field for commission. This is blowing out the commission total, and I can't use "Highest" on the Rep Group's variable calculation type because highest isn't what they should be making. Not sure exactly how to proceed from here. Any ideas? Thanks, Anthony A.