How is use Max() in Events Tab?
Posted: Wed Aug 23, 2006 2:13 am
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.
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.