junlincc edited a comment on issue #15067: URL: https://github.com/apache/superset/issues/15067#issuecomment-857966709
2. Imagine user have 5 filters scoped to tab A, 25 filters scoped to tab B and tab C, and user is currently in tab A. 25 out of scope filters will hide in a collapsible section with a number indication for the total number of out of scope filters. 2.1 don't run query for those 25 out of scope filters until user open the collapsible section 2.2 if user want to interact with/select a filter value in filters that are scoped to tab B & C in tab A, tab B & C will be highlighted, all charts in tab A will be "greyed out" as an indication the interaction will not take effect. note: when value is selected in out of scope filter, the apply button remains blue at the initial state, turn grey on click. User have to switch to the associated tabs to click Apply again to run query. edge case: what if user also select a value in one of the in scope filters? @villebro @kgabryje @michael-s-molina ? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
