Improved SELECT report sharing through dynamic date URLs
- Date
- Ian GraySoftware Engineer at SELECT
SELECT users will often copy URLs for sharing among teammates or to save as a bookmark. SELECT URLs remember everything you’ve selected on a page (dates, columns, selected metrics, etc.) by persisting state into the URL parameters.
For example, you may see a URL which looks like:
https://select.dev/app/scwxhob-ad38017/explorer?startDate=2024-10-27&endDate=2024-11-26&column=Service+Name&...
We’ve added an improvement to the URL state to remember what date shortcut you selected. If a date shortcut was selected, for example, Last 30 Days, the next time you visit that same URL the date range will be re-calculated as the last 30 days relative to today’s date.