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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.