USE_MDX_INSERT

For the current calculation script, enables execution of aggregate storage custom calculations and allocations through MDX Insert.

Syntax

This command is applicable to aggregate storage calculation scripts only. It must be added as the first line of the custom calculation script.

USE_MDX_INSERT;

Example

USE_MDX_INSERT;
[Original Price] := Units/7;
[Price Paid] := Units/7;
[Returns] := Units/7;