The supported versions of Excel include the following: Excel 2010, Excel 2013, and Excel 2016. Although not explicitly supported, there are currently no known issues when using the add-in with Excel 2007.
The supported versions of Essbase include 9.3.0 and higher.
This release contains the following changes:
Fixed Issue: When a calculation script contains a member, whose name includes an accented character, running the calculation from the Essbase Calculations dialog results in an error.
Using this script as an example…
…the error message is the following: The calculation “Calc_Enc” failed. Error parsing formula for [FIX STTATEMENT] (line 1): Invalid object type. Or, an unknown member in function error will be indicated when the member is used, for example, in the @Child function. #2113
When connections to the metadata and/or Dodeca Essbase services require TLS 1.1 or 1.2, either due to the configuration of the application server or client machine security requirements, an exception similar to the following would occur:
The Dodeca license could not be validated. Unable to write or send LicenseInfo request. The request was aborted: Could not create SSL/TLS secure channel.
TLS 1.1 and 1.2 are not generally supported by solutions targeting .NET Framework versions lower than .NET 4.5. Due to security vulnerabilities present in older versions of the TLS protocols used for SSL communication, explicit support for these protocols has been added to the product, provided that client machines have the .NET Framework version 4.5 or higher installed. #2105
Fixed Issue: A style is not applied to a qualifying cell for certain layouts. For example, in the screenshot below, Qtr1 font should be displayed as blue. #2122
Enhancement: Support has been added for specifying a configuration file during installation via a custom public property, CONFIG. #2108
An example usage for a silent, per-user installation with a specified configuration might look like the following:
msiexec.exe DodecaExcelAddInForEssbase.$\{smartclient.version}.msi /quiet CONFIG=AppliedOLAP.Dodeca.ExcelAddInForEssbase.dll.config