villebro commented on issue #16109: URL: https://github.com/apache/superset/issues/16109#issuecomment-895866322
> Consider a case where I have 8 tabs in dashboard, each with its own filter for whole tab and some extra filters for only limited charts in tab. By placement of filterbox, it is very easy for end users to understand the scope of the filter, but it may get complicated with native filters. Our users will be confused looking at so many filters in native filter pane, trying to understand which filter works for which tab and chart!! @kamalkeshavani-aiinside native filters actually moves filters that don't apply to the currently active tab into a "Filters out of scope" collapsible panel (collapsed by default). See the attached video: https://user-images.githubusercontent.com/33317356/128840236-0e46d5ac-4ee4-4c13-ba62-b35e09d58206.mp4 There is a feature flag `DASHBOARD_FILTERS_EXPERIMENTAL` which makes it possible to place native filters on the dashboard much like the filter box, but as of right now it's not clear in what form this feature will be supported going forward. So keep in mind that there may be breaking changes related to that feature if you consider using it in production. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
