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
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.