Navigation :
test ../ test changelog.html
Changelog
test ../ test faq.html
FAQ
test ../ test overview.html
Overview
test ../ test accelerator-settings.html
Accelerator Settings
test ../ test getting-started.html
Getting Started
test ../ test acc-sdk-features.html
Accelerator SDK Features
test ../ test acc-sdk-features/cell-style-bolding.html
- Cell Style Bolding
test ../ test acc-sdk-features/documentation-widget.html
- Documentation Widget
test ../ test acc-sdk-features/file-upload.html
- File Upload
test ../ test acc-sdk-features/navbar-date-filter.html
- Navbar Filter
test ../ test acc-sdk-features/navbar-help-documentation.html
- NavBar-HelpSubMenu-doc-link
test ../ test acc-sdk-features/parameter-sets.html
- Parameter Sets
test ../ test acc-sdk-features/pivot-table-compute.html
- Pivot Table Compute Action
test ../ test acc-sdk-features/pivot-table-d2d.html
- Pivot Table Day-To-Day Action
test ../ test acc-sdk-features/pivot-table-remove-other-measures.html
- Pivot Table Remove Other Measures Action
test ../ test acc-sdk-features/pivot-table-trade-scaling.html
- Pivot Table Trade Scaling Action
test ../ test acc-sdk-features/storytelling.html
- Storytelling
test ../ test acc-sdk-features/pivot-table-retrieve-underlying-measures.html
- Table retrieve underlying measures Action
test ../ test acc-sdk-features/what-if-book-hierarchy-widget.html
- What-If Book Hierarchy Widget
test ../ test acc-sdk-features/whatif-management.html
- What-If Manager
Parameter Sets
Overview
Key: “accelerator_parameter-sets-widget-container”
The Parameter Sets widget is one of the What-If tools that can be used to create a What-If in your ActivePivot project. It can be configured to connect to any parameters datastore, and used to change the values of that datastore.
After making changes to the values in the store, click View Summary at the bottom to review your changes before you go create your new What-If branch.
Settings
This widget requires both a whitelist and a settings object to work properly.
"accelerator_parameter-sets-widget-container.server.whitelist" : ["SERVER1" ];
"accelerator_parameter-sets-widget-container.server.params" : {
SERVER1 : {
store : string ;
parameterSet : string ;
parameterStores : {
[key : string ]: string []
/**
* ie:
* CommodityBucketRiskWeights: ["RiskWeight"],
* CommodityIntraBucketCorrelations: ["Correlation"],
* CSRBucketCorrelations: ["Correlation"],
* CSRBucketsRiskWeight: ["RiskWeight"],
*/
};
};
};