Advanced Application Settings
The following table lists the configuration settings available in AppSettings.config, along with a description and possible values that you may assign. Never edit settings that are not included in this table.
Setting |
Description |
Value |
|---|---|---|
|
Enables the performance monitoring and logging of the server. |
true/false |
|
Specifies the file that contains the master encryption key. |
Path and file name |
<add key="DisableCalculateAlwaysForCustomFormulas" value="hsgetvalue,hssetvalue,hsupdate" /> |
Disables Excel's automatic recalculation for the HFM formulas listed in the key. You can add any additional HFM functions used in your reports. For instance, you may include formulas such as: hsgetvalue,hssetvalue,hsupdate,hscurrency,hsgettext,hslabel,hsdescription. |
hsgetvalue,hssetvalue,hsupdate |