You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to always look at last quarters data for saved report
Description of Problem:
I want to create a dashboard which always shows last quarters data by default but include all the data. I also want to support my users in customizing the range of data they want to look at easily.
Potential Solutions:
Support rolling filters on date time columns:
Previous/Current/Next quarter/month/week/year
On every load it should fetch the current date time and filter the data accordingly.
The text was updated successfully, but these errors were encountered:
For static data, Perspective has partial support for this feature via a mix of the datetime() and now() ExprTK functions but it's not super ergonomic and has some quirks:
Unfortunately, for now Perspective columns do not re-calculate if their inputs don't change, so this won't work with streaming data and the cutoff value is basically frozen once the View is created.
Feature Request
Ability to always look at last quarters data for saved report
Description of Problem:
I want to create a dashboard which always shows last quarters data by default but include all the data. I also want to support my users in customizing the range of data they want to look at easily.
Potential Solutions:
Support rolling filters on date time columns:
On every load it should fetch the current date time and filter the data accordingly.
The text was updated successfully, but these errors were encountered: