We have created an Operations Dashboard with a url parameter that filters data with the syntax of "Lastname, Firstname" and I have found an inconsistencies in functionality for url parameters with commas in them.
For the Category Selectors the URL parameter requires the comma (,) to be present otherwise there is no action (nothing happens)
ex:<scheme>://<yourPortalUrl>/apps/opsdashboard/index.html#/<id>?SupervisorNameFilter=Last,%20First
but for any other widget (list, chart, indicator, etc) the widgets do not work with this syntax and require the comma to be encoded (%2C) to function (is there is a (,) in the URL parameter the widgets result in "NO DATA")
ex:<scheme>://<yourPortalUrl>/apps/opsdashboard/index.html#/<id>?SupervisorWidgetFilter=Last%2C%20First
This is a huge issue when when using URL parameters to filter the overall dashboard based on attributes.
Any chance this may get fixed in the near future?