I have a Summary field in my report. I added it using the little summary
dialog. Works fine, shows the right avg in whatever group level it is.
The field its summarizing is a number of seconds, so i want to format it as
HH:MM:SS, so 123 would yield 00:02:03, because 4362 seconds is a meaningless
number to the user. So i wrote a function which takes a number and divides
by 60 then by 60 to get hours mins secs.
Next i write a formula field which calls my function, and i pass in the
summary field, inserted into the formula by double-clicking it in the fields
list.
Only problem is, for some reason, instead of using the group-specific avgs,
it uses the report Total average in the formula, even if i drop it in a
group header or footer. How can i format a summary field with some specific
custom formatting?
Thanks in advance,
- Arthur.