You can use a single operator or combinations of operators to filter the size information that appears in reports.
The following table displays examples of operators and the expected results.
Example | Expected Result |
---|---|
>8gb | All values that are greater than 8 gigabytes |
=100kb | All values that are equal to 100 kilobytes |
<100mb | All values that are less than 100 megabytes |
>50gb && <150gb | All values that are between 50 gigabytes and 150 gigabytes. |
>50gb && <150gb || >200gb && <500gb | All values that are between 50 gigabytes and 150 gigabytes or values that are between 200 gigabytes and 500 gigabytes. |