-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date Filter is not working on dashboard. #3522
Comments
I think, this has been generated due to this commit. |
@thakur00mayank Next time if you are not using a release please mention the git hash you are using, thanks. |
@xrmx Thanks for the suggestion. I have mentioned the git hash in the reported issue. |
We are having same problem after upgrading to 0.20.0 |
@Mogball any chance you can take a look at this please? |
That would be my fault, but I fixed this in #3508 |
@Mogball Thanks for the update! |
With 0.20.4 it works fine for us |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
Git Hash: 255ea69
Expected results
When we change the date filter, other slices in the dashboard should be updated according to date filter.
Actual results
When we change the date filter, other slices in the dashboard doesn't get updated according to date filter.
Steps to reproduce
Create the date filter slice, enable the Date Filter inside options. Select the proper time column inside Time section, let's say it is Date.
Now create another slice whose datasource contains the Date column.
2.1. Select the proper datasource.
2.2. Select chart type as distributed bar chart.
2.3. Select the proper Time Column, lets say it is Date.
2.4 Select the other options of the chart.
Add these two slices in a dashboard.
Change the date filter with valid from and to.
Other slices on the dashboard don't get updated according to Date filter.
The text was updated successfully, but these errors were encountered: