hello,

once again a beginner question on coredata.

I want to display my data in a outlineview grouped one of the entities attributes.
my Data:
Elements (
        {"titel1", "name1"},
        {"titel1", "name2"},
        {"titel2", "name3"},
        {"titel2", "name4"},
        {"titel2", "name5"} )
the OutlineView should show:
titel1
        name1
        name2
titel2
        name3
        name4
        name5

Can I build it using fetched properties?

Any help or hint is appreciated.
Georg
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to