milenioz opened a new issue #16443:
URL: https://github.com/apache/superset/issues/16443


   
   
   ### Expected results
   
   When a viz is set to emit filters for Cross filtering further selection from 
it in a dashboard allows multi filters. as in 
   
   ### Actual results
   Current master branch
   
![image](https://user-images.githubusercontent.com/37159591/130774377-1c77d3e1-47f3-4944-8752-ae842dd6dd71.png)
   V1.2.0:
   
![image](https://user-images.githubusercontent.com/37159591/130774585-76b74b72-3515-403d-9ba5-d5d636b5df94.png)
   
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. Go to 'USA Births Names'
   2. Edit table "Boys" in Explore chart. Enable "Emit filtering".
   3. Reload "USA Births Names"
   4. Click on any name in "Boys" table. (e.g Michael)
   5. Dashboard is filtered by the selected name
   6. Click on another name in 'boys" table. Dashboard is filtered by the 
second selected name (e.g. David)
   
   
   In V1.2.0 from pip installation selecting the second name allows the 
Dashboard  to be filterd by the multiple selected names, adding them as "name 
IN ('Michael', 'David')" in the where clause of other viz in the dashboard.
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: master branch as of 24.08.2021
   - python version: v. 3.9.5
   - node.js version: v14.17.5
   - any feature flags active:
   
   Superset is started via docker-compose up with :
   FEATURE_FLAGS = {
       "ALERT_REPORTS": True,
       "DASHBOARD_NATIVE_FILTERS": True,
       "DASHBOARD_CROSS_FILTERS": True,
       "DASHBOARD_NATIVE_FILTERS_SET": True,
       "DASHBOARD_FILTERS_EXPERIMENTAL": True,
   } 
   in [/app/docker/pythonpath_dev/superset_config.py]
   
   


-- 
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]

Reply via email to