Try changing your code like this and see if it works.. parcelsQuery = [AGSQuery query]; NSString *start = searchBar.text; //int startValue = [start integerValue]; //parcelsQuery.where = @Title_Lookup = ' +startValue+ "'"; parcelsQuery.where = [@Title_Lookup= stringByAppendingString:start]; parcelsQuery.outFields = [NSArray arrayWithObject:@*]; [parcelsQueryTask executeWithQueryarcelsQuery];Regards,Nimesh
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.