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/07/18 23:07:33 UTC

[GitHub] [superset] jianxia84 opened a new issue #15771: Add cascading link between 2 filterboxes

jianxia84 opened a new issue #15771:
URL: https://github.com/apache/superset/issues/15771


   **Is your feature request related to a problem? Please describe.**  
   
   I wish there could be a cascading link between 2 filterboxes
   
   **Describe the solution you'd like**  
   
   I have 2 filterboxes, the first has 1,2; the second has a,b,c and x ,y,z . When the first filterbox is 1, the second one shows a,b,c. When the first filterbox is 1, the second one shows a,b,c. When the first filterbox is 2, the second one shows x,y,z but keeps the previous a. I don't want to keep the a. 
   
   **Describe alternatives you've considered**
   
   No good ones come to mind at the moment
   
   **Additional context**
   
   ![image](https://user-images.githubusercontent.com/28744116/126084892-19e34773-b6a2-4e7c-ab21-4254aa4b59c2.png)
   
   ![image](https://user-images.githubusercontent.com/28744116/126084904-8df63548-665a-4e49-b8c7-bf118dfd0507.png)
   


-- 
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] srinify commented on issue #15771: Add cascading link between 2 filterboxes

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


   To add a bit more color to @zhaoyongjie 's comment -- currently the Filter Box is a viz type, which has many quirks. The future is something the Superset community calls Dashboard Native Filters, which will live in dashboard UI itself!
   
   Here's a preview of what that UX looks like: https://www.youtube.com/watch?v=BLp_oQGHpSE 
   
   To enable native filters for testing, you need to enable the `DASHBOARD_NATIVE_FILTERS` feature flag.
   
   You can read more about how to enable feature flags here: https://superset.apache.org/docs/installation/configuring-superset#feature-flags
   
   Soooo with all this context in mind, the community is trying to push people away from Filter Box (which will be deprecated) and towards Dashboard Native Filters.


-- 
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] srinify commented on issue #15771: Add cascading link between 2 filterboxes

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


   To add a bit more color to @zhaoyongjie 's comment -- currently the Filter Box is a viz type, which has many quirks. The future is something the Superset community calls Dashboard Native Filters, which will live in dashboard UI itself!
   
   Here's a preview of what that UX looks like: https://www.youtube.com/watch?v=BLp_oQGHpSE 
   
   To enable native filters for testing, you need to enable the `DASHBOARD_NATIVE_FILTERS` feature flag.
   
   You can read more about how to enable feature flags here: https://superset.apache.org/docs/installation/configuring-superset#feature-flags
   
   Soooo with all this context in mind, the community is trying to push people away from Filter Box (which will be deprecated) and towards Dashboard Native Filters.


-- 
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] zhaoyongjie commented on issue #15771: Add cascading link between 2 filterboxes

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


   Please use `Native filter` instead of `Filterbox`, community will be deprecated filterbox.


-- 
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] srinify closed issue #15771: Add cascading link between 2 filterboxes

Posted by GitBox <gi...@apache.org>.
srinify closed issue #15771:
URL: https://github.com/apache/superset/issues/15771


   


-- 
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] srinify commented on issue #15771: Add cascading link between 2 filterboxes

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


   To add a bit more color to @zhaoyongjie 's comment -- currently the Filter Box is a viz type, which has many quirks. The future is something the Superset community calls Dashboard Native Filters, which will live in dashboard UI itself!
   
   Here's a preview of what that UX looks like: https://www.youtube.com/watch?v=BLp_oQGHpSE 
   
   To enable native filters for testing, you need to enable the `DASHBOARD_NATIVE_FILTERS` feature flag.
   
   You can read more about how to enable feature flags here: https://superset.apache.org/docs/installation/configuring-superset#feature-flags
   
   Soooo with all this context in mind, the community is trying to push people away from Filter Box (which will be deprecated) and towards Dashboard Native Filters.


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