Cube Update (Map)
Updates data in a cube.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Complete
OUTPUTFires after the data is successfully inserted into the cube.
Data Inputs
Cube
INPUTThe target cube name or ID.
Map
INPUTKey-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
INPUTThe value to insert into the cube. Ignored when Value Key is used.
Value Key
INPUTMap key that contains the value to insert. If blank, the static Value input is used instead.
Measure
INPUTThe name of the measure element to use. Leave blank to derive the measure from the Map or element keys.
Element Keys
INPUTKeys 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
INPUTIf true, adds the value to the existing cube cell instead of overwriting it.
Settings
Error On Missing
BOOLEANIf true, will throw an error if elements in the dimensions do not exist.
Default: false
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing