Dear All I have a report were I need to display a break footer total for a variable in the detail section (say v30day), so sadly dbcalc is not an option.
I therefore predefined a variable (say v30sum) with the same currency data type and a value of zero before running the report. In the report I have defined v30sum = sum of v30day and to be evaluated in the detail section, and placed it in the break footer. Now, if I do not reset v30sum on the break header, then values are displayed in all break footers of the report but are cumulative. But, if I set v30sum to reset on break, then a total is displayed in the first group break but all subsequent group breaks are blank (ie v30sum is null). I've also tried v30sum = (.v30sum + .v30day), but same problem. What am I doing wrong? Regards David
