Intro | Session 1 | Session 2 | Session 3 | Session 4 | Session 5 | Session 6 | Session 7 | Session 8
An EASAP may be linked to an Excel spreadsheet:
In this session we use a WRITE EXCEL ACTION to create a pre-formatted Excel spreadsheet of the latest stock search.
This spreadsheet will then be made available to the user via a link in the report generated as described in the next session.
1. Login and start the EASAP Builder.
2. Specify the spreadsheet that will interact with the EASAP.
3. Add a WRITE EXCEL ACTION to write the current stock data from the EASAP into cells in the spreadsheet.
Parameter Name | Parameter Value |
---|---|
Sheets: | Results, Results, Results, Results, Results, Results, Results, Results |
Ranges: | A17, B17, C17, D17, E17, F17, G17, H17 |
Types: | COLUMN, COLUMN, COLUMN, COLUMN, COLUMN, COLUMN, COLUMN, COLUMN |
Lists: | Symbol, Company, Industry, SPIndex, Exchange, Price, Sector, repeated_format_Revenue |
Queue: | TRUE |
All four essential parameters of a WRITE EXCEL ACTION must contain the same number of entries, here write_excel_action_Results has eight (8) values in each parameter.
For Type: COLUMN just the starting cell is specified in the Ranges: parameter as it will write data down a column in the spreadsheet starting at the specified cell and continuing until each of the LISTs specified in Lists: have been completely written.
4. Create a similar WRITE EXCEL ACTION to write the financial query filters in the spreadsheet.
Parameter Name | Parameter Value |
---|---|
Sheets: | Named Range, Named Range, Named Range |
Ranges: | FieldName,Exchange,Sector |
Types: | NORMAL RANGE, NORMAL RANGE, NORMAL RANGE |
Lists: | map_Query_Report, inputbox_Exchange, inputbox_Sector |
Queue: | TRUE |
At this point the NAMED RANGE LIST will be generated automatically and the EASAP Tree should look similar to the following,
We have completed Session 6, either proceed to the next session or take a break and exit out of EASAP Builder.
Intro | Session 1 | Session 2 | Session 3 | Session 4 | Session 5 | Session 6 | Session 7 | Session 8