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?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
How is use Max() in Events Tab?
Marimuthu K
How is use Max() in Events Tab?
At this moment you can't use totals in events. This problem will be solved in next version.
Thanks.
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA