dosubot[bot] commented on issue #33725: URL: https://github.com/apache/superset/issues/33725#issuecomment-2955976762
<!-- Answer --> I couldn't find any existing tickets or discussions that match this issue. Based on the latest code, Superset's dashboard native filter system is designed to let you pick which temporal column a date filter applies to, and the FiltersConfigForm uses a column selector for this purpose. The code also includes logic to reset the column when the dataset changes, which could affect filter behavior if not set up as expected. Recent changelogs show ongoing improvements and support for multiple temporal filters, so the ability to filter on non-default temporal columns should be present and stable in recent versions ([source](https://github.com/apache/superset/blob/08655a7559718e10049fa16f83f40146402405fa/superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx), [source](https://github.com/apache/superset/blob/08655a7559718e10049fa16f83f40146402405fa/CHANGELOG/2.1.0.md)). If you're unable to select other date columns, double-check that your dataset has multiple temporal columns marked as such and that you're configuring the filter at the dashboard level (not just in Explore). If the UI doesn't let you pick another column, there may be a regression or a UI state issue—try reloading the dashboard or clearing the filter config and re-adding it. If the problem persists, it could be a new bug in the latest-dev branch. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/57b0ef43-189a-42a6-8ce9-4b06ddaf4334?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/33725) -- 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]
