...
- Special values: TODAY, YESTERDAY, THISMONTH, THISYEAR
- Custom values: LAST-NN-T
- NN: defines the time frame, e.g., 1, 2, 3, 6, etc.
- T: defines the unit of the time frame
- D: day
- M: month
- Y: year
Example
Code Block |
---|
function.producerSpace.dashboard.saleHistoryView=TODAY|YESTERDAY|LAST-7-D|THISMONTH|LAST-1-M|LAST-3-M|THISYEAR|LAST-1-Y|LAST-3-Y |
...
In TED, on the right of the recent sales view, which is by default set to TODAY, a 3-dots button allows the user to toggle between the configured options.
...