Version 5.2.1.2481

November 8, 2010

This version uses SpreadsheetGear 2010 (6.0.3.158) and NetAdvantage 2010, Volume 2 (10.2.20102.1004).

The release notes for this build contain the following sections:

Comments

Essbase Send Tool

Relational Reporting

Selector Lists

Selectors

View Selector Tree

View Selector Explorer Bar and View Selector Tree

Workbook Script Editor

Workbook Scripting

Comments

Unable to build the view. Error setting up comments. WorkbookViewControlImplementation.GetGenericRange failed. "'MySheet!Comments.Range.2" is not a valid range name or reference for sheet "MyOtherSheet". (#882)

Essbase Send Tool

Relational Reporting

Added support for defining the number of rows that remain visible above and below the detail rows (or the next level of grouping) when an Excel group is collapsed. The RowSortAndGroupByInfo’s ExcelOutlineHeaderRowCount and ExcelOutlineFooterRowCount settings control the number of rows within the GroupTemplateSheetRangeName that are excluded from each Excel group. (#871)

By way of example, the Sample application’s Sales Order Details (Group by Product, Group by Sales Person) view is configured to exclude the first row and the last eight rows in the ProductRange from each Excel group that represents the sales for a product.

image

In the Excel template, the ProductRange contains a row for each Special Offer type that sums the Line Total values for the rows assigned the respective type. With the ExcelOutlineFooterRowCount set to 8, these rows remain visible when an Excel group is collapsed. With the ExcelOutlineHeaderRowCount set to 1, the first row of the ProductRange also remains visible.

image

The screenshot below shows a portion of the view in Dodeca.

image

Selector Lists

Selectors

View Selector Tree

View Selector Explorer Bar and View Selector Tree

Added the ability to import a view’s Excel template directly from the view selector. When the ViewSelectorProperties AllowImportExcelTemplate setting is True, an "Import Excel Template" item is displayed on the context menu if the view is assigned an Excel template binary artifact. This menu item is only displayed for an Excel, a SQL Excel, or an Excel Essbase view. (#872)

image

This capability is supported for both the ViewSelectorExplorerBar and the ViewSelectorTree. It is intended for use with an Admin application as a way to quickly update a view’s Excel template binary artifact directly from the view selector. By default, the setting is False to avoid unintentionally exposing this capability to end users.

To enable this capability for your ADMIN application, you must set the view selector’s AllowImportExcelTemplate setting to True.

Workbook Script Debugger

Workbook Script Editor

Workbook Scripting

When the event is raised, the cell that contains the clicked hyperlink is not yet the active cell. The @EPVal() function can be used within the context of the event to access the event properties, which include the following:

Dodeca Framework