vylc opened a new issue #7019: [filter box] filter box being filtered; error shown when no data returned URL: https://github.com/apache/incubator-superset/issues/7019 Usability issues around filter boxes: (1) If there are multiple filter boxes on a dashboard, all filter boxes receive the "filter" from the other filter boxes on the dashboard. When a user saves a dashboard with preset filters, there is an edge case where no data is returned, and the filter box shows an error as opposed to rendering a dropdown that has no values (2) Default behavior for filter box dropdowns should be all distinct values in a table (3) Filter boxes shouldn't receive "filters" from other filter boxes unless explicitly specified (then we run into scenario (1)) There should be an option to enable receiving filters from other filter boxes MVP: At the very least, we should never show a filter box with an error, should just be a blank filter box. Better: Filter box to never receive filtering actions from other filters. Allow user to specify filtering via the Global Filters section. Always show the filter box with all distinct values in the datasource Best: Allow user to specify if filter box should receive filter actions from other filter boxes, but if no data returned, show blank filter box <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Superset version ### Expected results ### Actual results ### Steps to reproduce
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
