Hello,
I have an array of numbers (around 800 numbers) var mylist = [604703,607006,607606,607607,.................]
and I have a Number datatype field in one of my layers. I want to see if the data inside this field match any of the numbers in mylist? and when it does it will say for example " Matched " if does not " No Match".
Thank you. 