You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/25 10:28:43 UTC

[GitHub] [superset] milenioz opened a new issue #16443: Vizualizations allow only single value filtering via Cross filters

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #16443: Vizualizations allow only single value filtering via Cross filters

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #16443:
URL: https://github.com/apache/superset/issues/16443#issuecomment-905789500


   @milenioz only allow single select was the the scope for last stage of the project. we are working on multiple select currently. would you like to participate? 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #16443: Vizualizations allow only single value filtering via Cross filters

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #16443:
URL: https://github.com/apache/superset/issues/16443#issuecomment-906525359


   @milenioz no worries:) we will let you know once the feature is ready for testing. one thing that you could help i sharing your best x-filerting experience with any other bi tools so far. 🙏 how would you expect multiple select work on dashboard? 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] milenioz commented on issue #16443: Vizualizations allow only single value filtering via Cross filters

Posted by GitBox <gi...@apache.org>.
milenioz commented on issue #16443:
URL: https://github.com/apache/superset/issues/16443#issuecomment-905819452


   @junlincc it is my pleasure to contribute, but unfortunately I lack competence to do any coding that may help. Apologies.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org