The Dynacard report has been developed to provide customers with the ability to view cards for surface, downhole, or both types over a specified timeframe.
This report can be delivered in both Microsoft Word (.doc or .docx) or PDF format.
The report can be configured to display a Title Page and Table of Contents.
The report includes a chart for each device and a legend listing each card included in reverse chronological order.
The report can be configured to return the most recent cards for a specified timeframe to a maximum 24 cards. If the report is configured to return both surface and downhole cards, then only the most recent 24 cards combined will be displayed in the report.
A DRC Collection (Report Configuration) must be created in the customer database. This configuration is used when running the scheduled report. The configuration scope may need to be modified to ensure it cannot be viewed or edited through the user interface. The timeframe for the report must be configured in the first section of the report. This timeframe is utilized when the report is run through the report scheduler.
NOTE: If multiple timeframes are desired, it will be necessary to create a new report with a different timeframe. This will be necessary if the customer requires multiple reports with different lookback times. This action must be performed by a developer.
Scheduled Report Configuration
The configuration of the scheduled report task for the Dynacard report will be similar to the below screenshot.
The following values must be set in the report task for a Dynacard report.
Output Name Template: This can be set to .doc, .docx, or .pdf format.
NOTE: The file type must be changed for the Output name template as well as the Type property in the XML of the output format.
Exporter Object Class: This must be set to Custom and should display the exporter class “eLynx.Components.Reports.DynacardQuickTrendReportExporter,Reports”
Output Format: The output format should display XML similar to the example below.
<DynacardReport>
<Configuration>
<IncludeDownholeCards>true</IncludeDownholeCards>
<IncludeSurfaceCards>false</IncludeSurfaceCards>
<MaximumCards>24</MaximumCards>
</Configuration>
<Type>DOCX</Type>
<Format>
<ReportPagesTitlePage>True</ReportPagesTitlePage>
<ReportPagesTableOfContents>True</ReportPagesTableOfContents>
<PageWidth>792</PageWidth>
<PageHeight>612</PageHeight>
</Format>
</DynacardReport>
Override Group ID: This value should be configured to the correct group for the scheduled report.
All other values should be set to their default values.
Output Format
The output format allows the creator to configure certain properties of the report. The following properties are configurable for the dynacard report.
IncludeDownholeCards
This property is set to True or False to configure the report to include or exclude downhole cards.
IncludeSurfaceCards
This property is set to True or False to configure the report to include or exclude surface cards.
Maximum Cards
This property can be set to a numeric value to indicate the number of cards to return for each device. The maximum number of cards returned will be 24, regardless of the value configured in the report.
Type
This is the file format of the report. The value can be set to DOC, DOCX, or PDF depending on the desired format.
ReportPagesTitlePage
This property is set to True or False to configure the report to include a Title Page. The title page will display the name of the Group configured for the report.
ReportPagesTableOfContents
This property is set to True or False to configure the report to include or exclude a Table of Contents. The TOC is only displayed for Microsoft Word file formats.
PageWidth
The configured width of each page in the report.
PageHeight
The configured height of each page in the report.
Comments
0 comments
Please sign in to leave a comment.