Attempting to get distinct values from an entity's attribute

2009-02-17 Thread Jon C. Munson II
Namaste! I'm having trouble with the following code snippet: ... NSString theKey = @"enti...@distinctunionofobjects."; theKey = [theKey stringByAppendingString:[aFilterFields objectAtIndex:[popupFilterOn indexOfSelectedItem]]]; // the above two lines produce som

RE: Attempting to get distinct values from an entity's attribute

2009-02-17 Thread Jon C. Munson II
s@lists.apple.com [mailto:cocoa-dev- > bounces+jmunson=his@lists.apple.com] On Behalf Of Jon C. Munson II > Sent: Tuesday, February 17, 2009 10:35 AM > To: 'Cocoa-Dev List' > Subject: Attempting to get distinct values from an entity's attribute > > Namaste! &