Knowledge Base Article

Custom Date Filter "Since"

Question:

I am looking for a solution to filter my data based on time period. I currently have data going back to 2016, but I want to filter it to show only entries for 04/2019 until today. 

Answer:

You can do this with a custom-filter. Add your date filter and edit it. Click advanced and paste:
{
"from": "2019-01-01"
}
change the from if needed. Save it.
After click on the three-lines (the hamburger-icon) and select Set as background filter. 
Now users can only select days/weeks/months/years from 01-01-2019 up till today where today is going to be dynamic

 

Published 10-14-2021
No CommentsBe the first to comment