Creating a screening report model
To generate a screening report, you need to create a report model in .ftl format.
Important
Knowledge of FreeMarker is required to create screening reports.
Note
For more information about the definition of a .ftl document, read the topic Creating a Report Model for HTML and PDF Reports.
The screening report model uses one object: screeningReport
. With this object you can use the following attributes:
Attribute | Description |
---|---|
date | Insert the date. |
dateFormat | Insert the following date format: yyyy-MM-dd HH:mm a. |
dateFormatLong | Insert the following date format: yyyy-MM-dd HH:mm a z. |
dataList | Insert data organized in a list. |
With the object screeningData
, you can use the following attributes:
Attribute | Description |
---|---|
date | Insert the date. |
dateFormat | Insert the following date format: yyyy-MM-dd HH:mm a. |
dateFormatLong | Insert the following date format: yyyy-MM-dd HH:mm a z. |
dataList | Insert data organized in a list. |
contentType | Insert the type of the manual. |
model | Insert the model of the device. |
manualVersion | Insert the version of the manual. |
manualRevisionDate | Insert the revision date of the manual. |
contentVersion | Insert the version of the screened impact. |
contentRevisionDate | Insert the revision date of the screened impact. |
publicKey | Insert the ATA key of the pageBlock that contains the impact. |
privateKey | Insert the private key of the impact. |
title | Insert the title of the section that contains the impact. |
oemContentScreeners | Insert the list of members who screened the impact. |
templateScreeners | Insert the list of members who screened the match impact. |
supplementalPageScreeners | Insert the list of members who screened the supplemental page impact. |
date | Insert the date of the last screening performed on this impact. |
bundleTitle | Insert the title of the documentation bundle. |
bundleAuthor | Insert the id of the member who performed the screening. |
generationDate | Insert the date when the screening is generated. |
pageBlocksCount | Insert the number of page blocks. |
screenedPageBlocksCount | Insert the number of page blocks that contain a hit screened or pre-screened. |
screenedPageBlocksPercent | Insert the percentage of page blocks that contain a hit screened or pre-screened. |
hitsCount | Insert the number of hits detected. |
screenedHitsCount | Insert the number of hits screened or pre-screened. |
screenedHitsPercent | Insert the percentage of hits screened or pre-screened. |
bundleStatus | Insert the status of the bundle at the time of the screening. |
bundleStatusLabel | Insert the label of the status of the bundle at the time of the screening. |
bundleDueDate | Insert the due date of the bundle. |
bundleManual | Insert the manual used to make the screening. |
baseLineManual | Insert the manual used as a baseline. |