Pivot Table Trade Scaling Action

Overview

Key: accelerator_plugin-menu-pivot-table-tradescale

This plugin allows you to scale any number of trades in a pivot table and create a new What-If branch using the newly created trade data. The context menu action will only appear when the configured hierarchy is present in the table query.

Required Settings

For this context menu action, configure the following settings:

settingsObject = {
"accelerator_plugin-menu-pivot-table-tradescale.server.params": {
    SERVER1: {
      asOfDateDimensionName: "Dates",
      asOfDateHierarchyName: "Date",
      tradeDimensionName: "Booking",
      tradeHierarchyName: "Trades",
    },
  },
}