i have a Core Data Object and i have 2 Fieds (one String(GUID) and one Int which i want to use as Filter)
So in SQL it would be \"SELECT * FROM Answers WHERE qIndex = 1
If formUUID is an NSString or a Swift String then you have to use the %@ placeholder:
formUUID
NSString
String
%@
let resultPredicate2 = NSPredicate(format: "formUUID = %@", formUUID)