Hi!
I'd like to compute the minimum (maximum and average also) for a groupsum.
Something like that:
header1
Detail: field1
Footer2 sum of field1
footer1 min(sum of field1)
max(sum of field1)
avg(sum of field1)
The only way i imagine is to write a formula in which i store the current minimum and update it, when a lesser value appears.
I wonder if there is a shortcut for that.
I'd like to compute the minimum (maximum and average also) for a groupsum.
Something like that:
header1
Detail: field1
Footer2 sum of field1
footer1 min(sum of field1)
max(sum of field1)
avg(sum of field1)
The only way i imagine is to write a formula in which i store the current minimum and update it, when a lesser value appears.
I wonder if there is a shortcut for that.