Downloading Web Management Reports
You can download report data from Web Management reports as ASCII text.
Downloading Web Access Management Statistics
You can view the Web Access Management Statistics report in a spreadsheet format. For more information, see Downloading Web Access Management Statistics
To download report data:
- Generate the report you want by choosing it from the reports menu.
- Choose Download from the toolbar.
- Choose the appropriate Save File option on the File menu in your browser and enter the location and filename. Specify ".txt" as the file extension so that your system properly recognizes the file as an ASCII file.
Viewing a Data File
After you download report data, open the file in a spreadsheet application and view it as a delimited text file.
- Delimit each row by a "new line" character (decimal 10, hex 0A).
- Delimit each column by '|' or "vertical bar" character (decimal 124, hex 7c).
If your spreadsheet application allows you to define only one delimiter or does not recognize these delimiters, open the ASCII file in a text editor and replace the existing delimiters with ones recognized by your application. For example, replace the hex symbol for "new line" by deleting the symbol and pressing Enter to insert a hard line break.