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 2019/07/24 16:23:36 UTC

[GitHub] [incubator-superset] aleh-arol commented on issue #1374: Multiple filters on 1 dashboard - different behaviour since 0.11 ?

aleh-arol commented on issue #1374: Multiple filters on 1 dashboard - different behaviour since 0.11 ?
URL: https://github.com/apache/incubator-superset/issues/1374#issuecomment-514702691
 
 
   Dependent filters doesn't work. 
   
   E.g. if I have one filter box with 2 filters - e.g. application and subscription where (in the data source) subscription depends from application - then if I choose certain application the list of subscriptions is not refreshed. 
   Expected (subjective :) ) behaviour is multifilter filter box applies to itself.
   
   From the viz.py looks like dynamic filters are not applied to the filter box slice or at least they're not reapplied per filtered column. E.g. in FilterBox viz query object is constructed once per run_extra_queries call from super().query_obj() where inside there's process_query_filters which is (as far as i understand) is applying dynamic filters. Later when looping over filter columns that query object is not updated.
   
   Please advise/reopen.
   superset version is ebb7fbc5f024379361f301a86b770e0cc1a932cd

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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