lilila opened a new issue #11078:
URL: https://github.com/apache/incubator-superset/issues/11078


   
   
   @villebro , I have an issue with #10451 
   
   It breaks the following type of jinja-based filters:
   
   ``` 
   {% set min_tracking  = filter_values('min_sem_tracking', -9 )[0] %} 
   {% set max_tracking = filter_values('max_sem_tracking', 2 )[0]  %} 
   
   
   SELECT 
   ...
   WHERE 
   sem_tracking > {min_tracking} AND sem_tracking < {max_tracking} 
   ```
    
   
   
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to