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
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.