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
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.