Page 1 of 1

How is use Max() in Events Tab?

Posted: Wed Aug 23, 2006 2:13 am
by MARIMUTHU K
Hi hi hi

We are create one Report with Maxmum(Column1).
This Aggregate function Max is perfect, But I am using Event Render it's not work.

I have worked

Text1 field write Aggregate fn- {Max(dtReport.SI_No)}
(Output is Correct)

But Same code I have used to GetValueEvent
e.Value=(Max(dtReport.SI_No));

display Error Messge.
The name 'Max' does not exist in the class or namespace 'Reports.Report'


So Please Provide Solution for How is use Max() in Eevent?
or other way of using?


Thanks of Advance.


Regards,
KMarimuthu.

How is use Max() in Events Tab?

Posted: Wed Aug 23, 2006 4:58 am
by Vital

At this moment you can't use totals in events. This problem will be solved in next version.
Thanks.

How is use Max() in Events Tab?

Posted: Wed Aug 30, 2006 3:43 am
by MARIMUTHU K
Thanks of ur Guidence.












Regards,