iercan commented on issue #36765: URL: https://github.com/apache/superset/issues/36765#issuecomment-4844225990
@pandvan you can workaround it by adding a string type calculated column like this `case when boolean_column=false then 'false' else 'true' end` Then use that column on your filter -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
