There is apparently no "IN" operator for layer filter expressions that would allow me to select a list of objects like "FID IN (37,53,249,1391)". It looks like the only option is a series of "OR" statements: "FID=37 OR FID=53 OR FID=249 OR FID=1391". Have I overlooked something somewhere? Is there a better way of doing this?

--
James Card
209-578-5580
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to