Final question for today - NO RUSH ON ANSWER
Looking at this I would think I could do the following:
Add a group, add a function at the group level such as
SUM( [Weight] )
named GroupWeight
Add a text control to the group footer and bind it to [GroupWeight]
Doing this I only get the value for the last record in the group, not a sum
of all the values?
Did I miss something, or is this an issue I should enter?
I then tried changing the function to
SUMPRODUCT( [Weight] )
This however generates the output "LibFormulaErrorValue{errorCode=505}"
Gone to do some reading...
Drew
Oh by the way in the online IDL docs there seems to be no entry for
com.sun.star.reports, there is an entry for com.sun.star.sdb.reportshowever.