New Control Parameters

New Advanced Options

Version 2021.11 FP3 includes the following new advanced options to control the features and behavior of Widgets in UX applications.

Filterbar

"waitForSubnmsRendered" : Generate all subnm information for every global filter dimension before rendering page contents. 

Default value = true

In FP3 version the default value has been changed to true.

Setting to true can have performance implications as extra requests will be required,  though the occurrence of errors when loading views / widgets should be significantly reduced.

{
  "filterbar": {
    "waitForSubnmsRendered": true 
  }
}
Click to copy
Toolbar

"exportExcelPlainButtonEnabled" : enable Excel (Unformatted) option under Export button.

Unlike two current options (Export With Filter Values & Excel Load Format), the exported file will not include any formatting. It's a useful feature for large reports as it decreases the export time.

This option is not enabled by default, to use it, toggle the Export Excel Unformatted option in the Toolbar section of the Advanced Options panel.

Default value = false

{
  "toolbar": {
    "exportExcelPlainButtonEnabled": true
  }
}
Click to copy
Target View

"settingsServiceOverride" : Set the Settings Service value to be overridden when navigating to the specified target view e.g. UX_Demo.Prouct.Product

{
  "targetView": [
    {
      "view": "a15.f2.v1",
      "viewType": "View",
      "settingsServiceOverride": "UX_Demo.Prouct.Product"
    }
  ]
}
Click to copy
Table

"exportDBRWAsFormula" : enable to export DBRW formula to excel file instead of its value. 

Default value = true

{
  "table": {
    "exportExcel": {
      "exportDBRWAsFormula": true
    }
  }
}
Click to copy

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.