You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a dashboard level filter on say region = 'north america', against a slice that would have been saved with another filter like region = 'europe', the resulting query filters on both with an AND clause, which leads to returning no data.
Instead, the filter on region at the dashboard level, when specified, should override existing slice level filter on another region(s).
workaround
remove the conflicting slice-level filter on the related slices where a dashboard-level filter is expected to be applied. This is not ideal but is a pretty easy fix.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Superset version
0.20.5
issue
When using a dashboard level filter on say region = 'north america', against a slice that would have been saved with another filter like region = 'europe', the resulting query filters on both with an
AND
clause, which leads to returning no data.Instead, the filter on region at the dashboard level, when specified, should override existing slice level filter on another region(s).
workaround
remove the conflicting slice-level filter on the related slices where a dashboard-level filter is expected to be applied. This is not ideal but is a pretty easy fix.
The text was updated successfully, but these errors were encountered: