How to customise NetVault reports for application versions released after NetVault 9.2?
Since report Editor is no longer available, the only way to customise report is to edit template files directly.
Steps to follow:
- Identify the report to edit
- Identify the template file in Netvault\reports\templates , usually the template and report have similar name.
- Open the file and find out what "Class" is used by the report, for example, the class "Media"
- Open a command prompt and type the following in order to list all fields/columns available for this specific "Class":
.. Netvault Backup\util\nvreport -help fields "Media"
- All variables available for a report on this specific class (which in fact are columns) will be displayed
- Identify the variable name to be added to the report
- Add the chosen variable on the line %FORMAT in the template file used by report.
Example: here at the end of line %FORMAT adding:
<TD>%LIBRARYNAME</TD>
will add a new column "Library Name" to the report.
- Make sure new variables are used within these global delimiters "<TR>...</TR>"
Example: Each variable or column name is delimited by "<TD>....</TD>
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center