Filter Conditions for Time
You can use a single operator or combinations of operators to filter the time information that appears in reports.
The following table displays examples of operators and the expected results.
Example |
Expected Result |
>-24h |
All values in the last 24 hours. |
<24h |
All values beyond the last 24 hours. |
<-24h |
All values in the next 24 hours. |
>24h |
All values beyond the next 24 hours. |
>-1000m && >-2h |
All values between the last 1,000 minutes and the last 2 hours. |
Last modified: 11/2/2018 7:13:27 PM