I can open a map to a single feature using <mapID>&query=<layerID>,<fieldname>,Demolished 1987 but can I zoom to the extent of all features with %Demolished% as the field value?
And if so, what is the appropriate ASCII character?
Solved! Go to Solution.
Andrew,
No wildcard queries are not supported. The URL query uses equals in the where statement.
query.where = field.name + '=' + queryArray[2];
Not LIKE. So it will not work.
Andrew,
No wildcard queries are not supported. The URL query uses equals in the where statement.
query.where = field.name + '=' + queryArray[2];
Not LIKE. So it will not work.
That is a grave disappointment. Thanks for the quick reply.
Andrew,
If you are using WAB Dev edition this is something you could change though.