Monday, November 30, 2020
2 changes · master
Enhancements to existing features
Spreadsheet users can now create date-based filters for any month, rather than being limited to only the most recent three months. This makes spreadsheet reporting more flexible for longer-term analysis and historical comparisons.
Original PR description
search_utils only allows to filter on last 3 months, in spreadsheet we want to be able to filter on all the months therefore we construct the datedomain manually and we need the function constructDateRange to be able to do so. task-id:2340623
Spreadsheet date filters now let users choose any month instead of being limited to only the three most recent months. This gives teams more flexibility when reviewing historical data and building reports in spreadsheets.
Original PR description
Currenlty spreadsheet uses searchUtils for all the date filters. we would like to be able to filter on every possible month and not just the 3 last ones as currently done with searchUtils. This commit makes it possible to filter with all months. task-id: 2340623