Description:
The size units defined in all reports are in bytes notation, by default. When you convert the size units from bytes to Gigabytes (GB), the value displays as zero (0), which is not a correct value.
Note: If the bytes value is below 1GB after conversion, then only the GB value become '0' else, it is shown without any decimal.
There is a work around to convert the size units from bytes to MBs or GBs with decimal notation.
Solution:
To convert size units from bytes to MBs or GBs in SRM Standard Reports:
- Open any report which has the size units in bytes.
For example: Consider the Free Space column as shown in the below figure, that you want to convert from bytes to MB or GB.
- Select the Free Space column.
<Please see attached file for image>

- Click Number format from the left-side Properties pane.
The Number Format dialog opens.
<Please see attached file for image>

- Select Number from the Format type list.
- Check the Custom check box.
- Type the value as 0.#### in the Positive text box and click OK.
- Double-click the Free Space column and Type the value of cell as apply =[Free Space]/(1024*1024) for MB conversion.
- Double-click the Free Space column.
The unit size in bytes is converted to required MBs format.
<Please see attached file for image>

- Double-click the Free Space column and Type the value of cell as apply =[Free Space]/(1024*1024*1024) to convert into GBs.
- Double-click the Free Space column.
The unit size in bytes is converted to required GBs format.
<Please see attached file for image>

The conversion of bytes to MBs and GBs enhance in better reading and understanding of GBs/TBs values in the Reports.