Search the Knowledgebase |
Browse by Category or Article ID |
|
|
|
|
|
| How to create a yearly report using custom reporting |
| User Opinions (14 votes) |
100%
0%
|
|
Thank you for rating this answer.
|
Article ID: 140
Last Updated: 19th June 2009 07:09:56 pm
To generate a yearly usage report using custom reporting, specify "year" using the -reportperiod option. In the following example, we are generating a yearly usage report that
includes the total number of hours the application has been used and
the total licenses available from January 1, 2008, through
the current day.
C:\xflicstat>xfcustomreport -usagereport -description "Yearly report for total hours and licenses" -reportname
"2008 Yearly Report" -database "c:\custom_licstat_reports\my_database.db"
-includecolumn total_used_hours,total_licenses -reportperiod year -starttime 2008-01-01
|
| Attachments |
|
No attachments were found.
|