Good afternoon everyone,
I am following the steps described in the ESRI online documentation to obtain a web app that has a URL with parameters used by the groupfilter widget. and it works! 🙂
The example given in the online help is a case of selecting one or more values in a coded domain. No syntax example is given for the other filter operators that are available in the widget:
I would like to obtain URLs that use the numeric operators, but cannot figure out how to syntax the URL... The example given in the documentation shows that the groupfilter widget uses a syntax that is quite different from usual query syntax (described here, for instance).
Has anyone experienced writing URLs with any of these operators? Is there any more complete help available on the syntax to be used for the groupfilter widget?
Many thanks for any help, pointers, good ideas, and moral support 😉
Kind regards,
Hélène
Hi @HélèneTouyéras , the Group Filter only supports the equal "=" operator and does not support the whole series of app URL parameters.
To filter multiple values, use the format shown here: https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-group-filter.htm#GUID-D7E98C44-F610-44DD...
Many thanks for your reply, @AlixVezina ! I was hoping to query on a range of values, not on multiple values.
I'll forward this post as an ArcGIS Idea for -hopefully!- future completion of the GroupFilter URL parameter capabilities.
Thanks again!