As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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
Damien Bell
said
over 8 years ago
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,
harishmaddula32
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.