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 steps described in the ESRI online documentation allow to obtain a web app that has a URL with parameters used by the groupfilter widget.
Unfortunatetly, these parameters are restricted to selecting one or several discrete values (ref. ESRI Community Web AppBuilder question here)
Other common filter operators, although available in the widget, cannot be used via URL parameters:
- filter on numeric values: greater than, lower than, greater than or equals , lower than or equals ;
- filter on dates: date before... ; date after ....
- filter on string parts: contains, starts with, ends with
- exclusion filter: not equals to
Â
Could these filter operators be added to the URL parameters? If so, could the documentation be completed with syntax examples?
Â
Many thanks!
Â
With kind regards,
Â
Hélène.