Re: Total A Column Using Code

2006-05-21 Thread David Griffith
HI Mark,Yep that was it, thanks a lot!Kind regards,David.On 21 May 2006, at 02:08, Mark Morris wrote:Hello David,Try this:       item.jobActions.valueForKeyPath( "@sum.jaDuration" );Hope this helps!Regards,MarkOn May 20, 2006, at 5:15 PM, David Griffith wrote:Hi all,I know I've done this before but

Re: Total A Column Using Code

2006-05-20 Thread Mark Morris
Hello David,Try this:       item.jobActions.valueForKeyPath( "@sum.jaDuration" );Hope this helps!Regards,MarkOn May 20, 2006, at 5:15 PM, David Griffith wrote:Hi all,I know I've done this before but I just can't seem to remember how.  What's the equivalent code for this WO binding:[EMAIL PROTECTED]

Total A Column Using Code

2006-05-20 Thread David Griffith
Hi all, I know I've done this before but I just can't seem to remember how. What's the equivalent code for this WO binding: [EMAIL PROTECTED] i.e. I need to total the jaDuration column of an NSArray using Java code. Any help would be very much appreciated! Kind regards, David.