@sum for a group of displayGroups?
@sum for a group of displayGroups?
- Subject: @sum for a group of displayGroups?
- From: Theodore Petrosky <email@hidden>
- Date: Fri, 7 Jan 2011 09:56:49 -0800 (PST)
I have a number of displayGroups on my page that I get a sum on:
SumAmountOfTimeMonday : WOString {
value = email@hiddentOfTime; // VALID
numberformat = "##.##";
}
this is on a weekly calendar. I want to sum across:
email@hiddentOfTime + email@hiddentOfTime +tues+wed+ etc...
and display the sum of the sums of the days. is there a way to do this or do I need to revert to the java and create a method:
public double sumOfDaysOfWeek() {
//do the summing here and return the double value.
}
Thanks,
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden