Scorecard Report Sample Template
The following is the sample template for the Scorecard Report, which can be processed using the Batch Reports Utility. The Scorecard Report can also be processed through the Reveille User Console by clicking Reports in the Left Navigation Pane, and then clicking Scorecard.
See the Reveille User Console Help for more information on the Scorecard Report.
; Scorecard Report Sample Template
;
; DateTime Examples include:
; 11/15/2005 (a specific date)
; 11:30:59 PM (a specific time- will also support a 24 hour clock- 23:30:59 = 11:30:59 PM)
; 11/15/2005 11:30:59 PM (a specific datetime)
; <%=datetime%> (current datetime variable)
; <%=date%> (current date variable)
; <%=time%> (current time variable)
; <%=MonthStart+-n%> (first day of month +- n Months, ex. <%=MonthStart-1%>)
; <%=MonthEnd+-n%> (last day of month +- n Months, ex. <%=MonthEnd-1%>)
; <%=Month+-n%> (current date +- n Months, ex. <%=Month-1%>)
; <%=Day+-n%> (current date +- n Days, ex. <%=Day-15%>)
; <%=Hour+-n%> (current time +- n Hours, ex. <%=Hour-6%>)
; <%=Minute+-n%> (current time +- n Minutes, ex. <%=Minute-30%>)
;
[Report]
Report=Scorecard
NoPageLinks=true
ViewName=Scorecard 1
;Start / End Dates
; These dates determine what dates to query.
; Example:
; Chart1StartDate=<%=Date%>
; Chart1EndDate=<%=Date%>
; If the current date is 2/28/2013 then the report will query all points
; from 2/28/2013 00:00:00 to 2/28/2013 23:59:59 w
;
; Removing a chart's start or end date below will result in using the Chart's default setting.
; An invalid date or daterange (ie. the startdate is after the end date) will result in using the
; Chart's default date and time settings.
Chart1StartDate=<%=Date%>
Chart1EndDate=<%=Date%>
Chart2StartDate=<%=Day-1%>
Chart2EndDate=<%=Date%>
Chart3StartDate=<%=Day-2%>
Chart3EndDate=<%=Date%>
Chart4StartDate=<%=Day-3%>
Chart4EndDate=<%=Date%>
;From / To Times
; These parameters allow you to chart certain times within the Chart's Start and End Dates.
;
; Examples
;
; To chart an entire day's data:
; Chart1StartDate=2/28/2013
; Chart1EndDate=2/28/2013
; Chart1FromTime= 00:00:00
; Chart1ToTime= 23:59:59
;
; To chart in Chart 1 a series of points between 13:00 - 15:00 (1:00 PM 3:00 PM) from 2/25/2013 and 2/28/2013
; Chart1StartDate=2/25/2013
; Chart1EndDate=2/28/2013
; Chart1FromTime= 13:00:00
; Chart1ToTime= 15:00:00
;
; Removing a chart's from time or to time will result in using the Chart's default setting.
; An invalid time value or timerange (ie. the from time is after the to time) will result in
; using the Chart's default date and time settings.
;
Chart1FromTime=00:00:00
Chart1ToTime=23:59:59
Chart2FromTime=00:00:00
Chart2ToTime=23:59:59
Chart3FromTime=00:00:00
Chart3ToTime=23:59:59
Chart4FromTime=00:00:00
Chart4ToTime=23:59:59
[EMail]
To=user1@mycompany.com;user2@mycompany.com
From=reveille@mycompany.com
Subject=<%=Report%> Report for View <%=ViewName%>
Comments=This report was generated by the batch report process.
;Set to use a DNS address other than ComputerName in email link
DNSName=
;Option for including the web page link to the report in the email
ReportLink=true
;Option for adding a PDF file attachment to the email
PDF=false
Was this helpful?
Please tell us why:
Thank you.