Despite NSSortDescriptor's use of the name “key”, it actually takes a key path, as described in the documentation. So, just create an NSSortDescriptor with your key path as the “key”, and use that.
Ah, thanks a lot. I tried that, but it failed, but the document sais so indeed so I must have got something else wrong. Thanks for the help :-) – niklassaersJul 29 '10 at 20:24