Custom Measure
Hi,
I'm trying create a new custom measure. For test, my new measure is simply equals another measure.
Result := Measure.CurrentValue;
it works fine
I defined the 'measure1' aggregation method with average.
my new measure yet fetch the sum, not avg.
can someone help me?
I'm trying create a new custom measure. For test, my new measure is simply equals another measure.
Result := Measure.CurrentValue;
it works fine
I defined the 'measure1' aggregation method with average.
my new measure yet fetch the sum, not avg.
can someone help me?
Comments
I contacted the fastReport Support and they consider it is a bug. I will wait.