Start a new topic

QUERY

HI ALL,

i'm writing a query like this

KCSQuery *query = [KCSQuery queryOnField:@"name" withExactMatchForValue:@"SYSTEM"];



and i'm calling a collection, in that collection it contains value " SYSTEM " is exist. so what my doubt is i want the remaining data from the collection, i don't want this SYSTEM. i need remaining data from the collection. Can u help me from this.



Thanks In Advance.
1 Comment

Good morning Harish, I believe that the query you are looking for is: KCSQuery* query = [KCSQuery queryOnField:@"name" usingConditionalsForValues:kKCSNotEqual, @"System", nil]; Please let me know if this works for you, Thanks,
Login or Signup to post a comment