etiennemallo commented on issue #30413: URL: https://github.com/apache/superset/issues/30413#issuecomment-2466210568
Hey @sundar68 From what I see the filter in question is a date filter I faced the same issue for date-like filters, and I just ended up creating a computed property like so : <computed date column> = DATETIME(<original date column>) Don't forget to modify the charts with your computed property -- 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]
