Homepage | About EASA | Contact
Practical Session 6 | Practical Session 8
Estimated completion time = 15 minutes.
One benefit of EASA is that it allows authors to design the output from an EASAP to produce reports in any preferred format. We have already seen how to create a report in Excel format, but we can also create an HTML-based report for the output. The design of an EASAP’s output is performed on the OUTPUT branch of the Tree in EASAP Builder. For the Stock Screener EASAP, we create a report that contains the following elements:
Please follow the instructions below to complete this practical session.
To add a report,
Add the html file we uploaded in the beginning of the tutorial:
Set:
Parameter Name | Parameter Value |
---|---|
File: | report_body.html |
We edit the file, report_body.html
using the Template Editor.
The Template Editor will start in a new window that looks like the following:
At this point, we have added three (3) DORs to the template HTML file and the Template Editor window should look like the following:
Save the document:
Set:
Parameter Name | Parameter Value |
---|---|
Table Style: | Table |
We want to display our count of all the stock symbols.
Set:
Parameter Name | Parameter Value |
---|---|
Title: | Total Stocks Found |
Value: | %count_Symbol% |
Now add a link to the Excel Spreadsheet.
Set:
Parameter Name | Parameter Value |
---|---|
Title: | Results Output |
Value: | Open |
Link to File: | Results.xls |
Now we add a TABULATED DATA similar to the one within the USER INTERFACE branch.
First, add a TEXT OUTPUT to display the heading for the TABULATED DATA.
Set:
Parameter Name | Parameter Value |
---|---|
Text: | Table of Stock Data |
Style: | Heading 3 |
The new TABULATED DATA object will be called tabulated_data_Data_Output1.
We have now completed Practical Session 7, exit out of EASAP Builder and take a break or continue to the next session.