Skip to content

Cube Update (Map)

Impure

Updates data in a cube.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Fires after the data is successfully inserted into the cube.

Data Inputs

Cube

INPUT

The target cube name or ID.

Map

INPUT

Key-value map containing dimension values and optionally the value or measure. Keys must match the cube's dimension names if no element keys are specified.

Value

INPUT

The value to insert into the cube. Ignored when Value Key is used.

Value Key

INPUT

Map key that contains the value to insert. If blank, the static Value input is used instead.

Measure

INPUT

The name of the measure element to use. Leave blank to derive the measure from the Map or element keys.

Element Keys

INPUT

Keys from the Map used to extract values for the cube's dimension elements (excluding the measure unless specified separately). Order must match the cube's dimension order. Leave empty to enable automatic mapping.

Increment

INPUT

If true, adds the value to the existing cube cell instead of overwriting it.

Settings

Error On Missing

BOOLEAN

If true, will throw an error if elements in the dimensions do not exist.

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing