This article refers to the Barracuda ArchiveOne version 6.5.1 or higher.
By default the message size column in the Policy Report displays in bytes. If you wish to view the message size column in megabytes, use the following steps:
- On the Archive Server, navigate to the installation folder, by default, C:\Program Files (x86)\Barracuda\ArchiveOne.
- Open the file PolicyReport.xsl in Notepad.
- Locate the line <td><xsl:value-of select=”@size”/> bytes</td>
- Amend the line to read: <td><xsl:value-of select=”sum(@size)*0.0000009765625″/> MBytes</td>
- Save and close the file.