Pivot Table Day-To-Day Action

Overview

Key: “accelerator_plugin-menu-pivot-table-d2d”

This context menu action plugin allows you to select the header of a single measure in a table and calculate the Day-To-Day difference for it. It will generate a new measure in the same table displaying the result.

Pivot Table D2D - 1

Pivot Table D2D - 2

Required Settings

For this context menu action, configure the following settings:

settingsObject = {
"accelerator_plugin-menu-pivot-table-d2d.server.params": {
    SERVER1: {
      asOfDateDimensionName: "Dates",
      asOfDateHierarchyName: "Date",
    },
  },
}