Page 1 of 2

Median function problem

Posted: Wed Aug 25, 2010 9:18 am
by JockeD
Hello

I have a problem using the Median function.
When I try to use it I get the error: error BC30456: 'MedianD' is not a member of 'Stimulsoft.Report.Totals'.
Version 2010.2.703.0

In a variable I just state:
MedianD(DataSource, DataSource.FieldName)
Average is working as expected.

I'm sorry if I'm missing something obvious here.

Regards Joakim




Median function problem

Posted: Thu Aug 26, 2010 2:12 am
by Alex K.
Hello,

Yes, is correct, you need to use
MedianD(DataSource, DataSource.FieldName).

Thank you.

Median function problem

Posted: Thu Aug 26, 2010 2:31 am
by JockeD
Thank you for your reply.
When I try that I get an error BC30456: 'MedianD' is not a member of 'Stimulsoft.Report.Totals'.

Regards Joakim

Median function problem

Posted: Thu Aug 26, 2010 2:59 am
by Alex K.
Hello,

Please send us your .MRT file for analysis.

Thank you.

Median function problem

Posted: Thu Aug 26, 2010 3:56 am
by JockeD
Hello,

I attach an example based on the demo Sales Invoice

Regards Joakim

Median function problem

Posted: Thu Aug 26, 2010 7:59 am
by Alex K.
Hello,

Thank you for the bug report.
We need some time to fix it.

Thank you.


Median function problem

Posted: Thu Aug 26, 2010 8:01 am
by JockeD
Thank you,

I belive it's the same problem with the Mode function.

/Joakim

Median function problem

Posted: Thu Aug 26, 2010 8:32 am
by Alex K.
Hello,

Yes, with Mode function is the same problem.

Thank you.

Median function problem

Posted: Fri Aug 27, 2010 2:20 am
by Alex K.
Hello,

The issue is fixed.
Please check the latest build when it will be available.

Thank you.

Median function problem

Posted: Fri Aug 27, 2010 6:31 am
by JockeD
Thank you,

Regards Joakim