Hi
I've been successfully pass a url query parameter with single value
?query=<layer name>,<field name>,<field value>
Is it possible for me to pass more than 1 value ?
Thank you.
Helen,
This is not a possibility that I am aware of. The way the code looks behind the URL query would not support that (jimu/MapUrlParamsHandler.js).
Thank you very much Robert!