Overview
This context menu action plugin allows you to select the headers of two or more measures in a table and calculate the Sum, Difference or Average of them. It will generate a new measure in the same table displaying the result.


Availability
Settings
None: an empty object signals that the widget is enabled for the given server.How to disable it
Disable universally
To disable this feature for all solutions, add this line at the end of your extension’sactivate function to unregister the plugin:
Disable for specific servers
To disable this feature for a given server, you must delete this feature’s settings for that server key by altering thebasSettings parameter before calling the activate function.
Example
Disabling this feature for the FRTB server only: