Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. From any Eagle window, click the Eagle Navigator button to access the Eagle Navigator.

  2. Enter Portal Administration in the Start Search text box.

  3. Click the Portal Administration (Reporting Center) link to access Portal Administration.
    You see the Portal Administration window.

  4. Click Yes in the Do you see the Eagle logo here? dialog box.
    You see the Portal Query Explorer window as the default.

  5. In the Portal Query Explorer, click Add Query.
    You see the Query Settings dialog box.

  6. Complete the options on the Query Settings dialog box. The inputs to the ACCESS SQL QUERY are dynamic. Date inputs may or may not exist, and there may be multiple date inputs. Make sure the stored procedure’s name is the name of the stored procedure you have created in the database. If the stored procedure name does not match, when you click Execute, an error message be displayed and you will not be able to complete the procedure.

    Application Server Error Dialog BoxImage RemovedApplication Server Error Dialog BoxImage Added
  7. To view the error logs, click View Log File.

  8. To configure the ACCESS SQL QUERY type query, execute the stored procedure with test values to determine the columns that it returns.
    Sometimes the stored procedure may require certain values in order to execute properly. As a workaround, you can either add exception handling in your stored procedure, or make it always return the same columns so you will see the results you expect. For example:
    SELECT user_field12
    INTO v_entity_id
    FROM rulesdbo.entity
    WHERE entity_id = iEntityId;
    exception
    when no_data_found then
    v_entity_id:=' ';
    end;

  9. You can input the test parameters in the Stored Procedure Parameters dialog box when creating this query type. This allows you to change the test values the stored procedure requires for returning data.

  10. Click Next.
    You see Stored Procedure Parameters dialog box. In the following example, the values available in the Option column are determined by what you have defined in the Options/Parameters window These values should already be defined before you begin setting up the ACCESS SQL QUERY report.

    Stored Procedure Parameters Dialog BoxImage RemovedStored Procedure Parameters Dialog BoxImage Added
  11. Click Next.
    You see the Stored Procedure Columns dialog box.
    The Analysis and Charting check boxes are enabled by default so you can use this query for analysis and charting.
    The number of columns configured here is the same as the number of columns that display in Portal after the user runs the query. In this example, there are four columns: effective date, primary index YTM, secondary index YTM, and security YTM. After the user runs this query in Portal, the record will always return these four columns.

  12. Double click each row in the Stored Procedure Columns dialog box.
    When you double click a row, you see the Column Configuration dialog box for that column.

  13. Complete the fields in the Column Configuration dialog box.
    Description: The description you enter is the description that the user sees in Portal.
    XML Tag: Enter a unique XML tag. The value you enter must be unique.

...

Option

...

Description

...

Description

...

The description you enter is the description that the user sees in Portal.

...

XML Tag

  1. Enter a unique XML tag. The value you enter must be unique.
    Type

...

  1. : The type Character is displayed by

...

  1. d

  2. Click OK to close the Column Configuration dialog box.

  3. Repeat steps 7 and 8 for each row.

  4. Click Finish.

Manage the ACCESS MICROSTRATEGY REPORT Query

...

To add an ACCESS MICROSTRATEGY REPORT query:

  1. From any Eagle window, click the Eagle Navigator button to access the Eagle Navigator.

  2. Enter Portal Administration in the Start Search text box.

  3. Click the Portal Administration (Reporting Center) link to access Portal Administration.
    You see the Portal Administration window.

  4. Click Yes in the Do you see the Eagle logo here? dialog box.
    You see the Portal Query Explorer window as the default.

  5. Click Add Query.
    You see the Query Settings dialog box.

...

  1. Query Settings Dialog Box MicroStrategyImage Added
  2. Complete the

...

  1. options on the Query Settings dialog box.

Option

Description

Name

Specify the name of your query report.

Type

Select the ACCESS MICROSTRATEGY REPORT Type

Module

Specifies in which module, Eagle Portal or Reference Data Center, the stored procedures are available. Procedures with the designation of Portal are available and visible to the Eagle Portal Administrator.

Reports

Specifies the report to use that was created in MicroStrategy.

Menu Category

Specifies the menu on which the query report is displayed. These query types are never used when creating dashboard parts.

Access

Determines whether a report is displayed in the Eagle Portal's Queries menu. For example, if you discover a report contains incorrect data, you may want to remove access so your users do not unknowingly run a report while you investigate. Once you correct the error, you can grant access again and the report is displayed on the Queries menu.

Entity Filter

Allows the user to define an entity filter prior to running the query.

Date Rule

Specifies a date rule used to define the end date and begin date for a report in the Eagle Portal MicroStrategy queries.

Composite Enumeration

Determines how the report handles composite level positions. Options include:

Do Not Enumerate. Builds positions for the composite entity via an Entity Build, and the report takes these composite level positions.

Enumerate to Constituent. Runs the report for all the constituent funds of the composite after composite enumeration.

...

The following table defines each option on the Define Report Sources dialog box.

Option

Description

Current Source Definition

Displays the current source definition. Sources are displayed in Available Sources. Use the right and left arrows to add and remove sources.

Source Priority

Allows you to add and delete a source priority. You can add a source priority by clicking Add and selecting the priority. You can delete a priority by selecting the priority and clicking Delete. If you delete a priority, all sources associated with that priority are deleted. If you delete a higher priority, the next lower priority assumes the deleted priority’s level.

Entity Source

Allows you to query an entity or a combination of data sources and entities by clicking Add. If you query an entity, all entities are queried after the data sources. Also, if you choose to query more than one entity, each entity you add is appended to the end of the source definition. To delete entities from Current Source Definition, select the entity and click Delete in Entity Source.

Available Sources

Allows you to select one or more data sources using the right arrow.

...