FredericoCoelhoNunes edited a comment on issue #7494: make filter_values() 
macro accept single-selection filter box value
URL: 
https://github.com/apache/incubator-superset/pull/7494#issuecomment-580181883
 
 
   I'm running into an issue with filter_values, when it is a single-selection 
filter AND the filter's value is updated to 0. Issue here: 
https://github.com/apache/incubator-superset/issues/9048
   To summarize, filter_values(filter_name)[0] is returning a dictionary, as 
opposed to a single value, which is obviously causing a SQL syntax error.
   This is not happening if the filter is multi-value, and I select only one 
value of 0, which seems to me a problem in the form data that reaches the 
filter_values function.
   
   Any insights?

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


With regards,
Apache Git Services

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

Reply via email to