You can customize some of the data your see both within Nocodelytics itself and on any embedded dashboards.
Here's what you can currently do:
If you do any of the above in Nocodelytics and then navigate away, you will lose the customization. However, on an embedded dashboard (or metric), you can use custom JS to apply the customization by default for any user that sees it.
All of the customization options mentioned in this guide can be achieved by passing parameters (params) to the URL. What this URL is depends on whether you want to customize Nocodelytics itself or your embedded dashboard/metric:
For multiple customization options, you will be adding multiple params to the URL, so you will need to include the & separator between each.
To hide the date selector, add "?hide_datepicker=true" to the end of the URL/src.
To choose your own date, add "?timeframe=Today" to the end of the URL/src.
You can choose from these time frames:
If you wanted to, you could allow your own users/clients to select the time frame by adding a select menu, giving each option in the select a value that matches the above, and then update it using custom JS.
You can filter the data returned by the dashboard/metric using the below options: