-
Notifications
You must be signed in to change notification settings - Fork 14
Description
On a single dashboard page, we have several widgets displayed. For each widget, individual filters are configured, and those filters are set to affect only that specific widget.
Expected behavior:
Filters applied to one widget should not affect or interact with filters in any other widget. Each widget should behave independently with its assigned filters.
Actual behavior:
Despite the filters being limited to individual widgets, we observe that selecting a filter in one widget can impact the filters of other widgets on the page.
Screenshot 1 - a value is selected in the Year filter of widgets, the filter in another widget shows “Invalid filter” and doesn’t display the dropdown list.
Screenshot 2 - after clearing the Year filter in all widgets, the Age Group filter in another widget loads the values correctly as expected.

Please note: for the Text Meter widget (second widget), and table widget (last on the screenshots) the Year filter must be present in order to calculate the rate correctly.