Cube Slice (Map)
Slices data from an intersection of elements from their respective dimensions within the cube.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Process Row
OUTPUTFires for each row with parsed data.
Loops
Complete
OUTPUTFires when the entire slice is successfully processed.
Data Inputs
Location Map
INPUTA map of dimension names to element names specifying what to slice. If empty, slices the whole cube.
Cube
INPUTThe target cube name or ID.
Data Outputs
Row Data
OUTPUTarray
A list containing elements and value of the location in the cube.
Multiple
Row Elements
OUTPUTarray
A list containing elements of the location in the cube.
Multiple
Row Value
OUTPUTdouble
Value for the location in the cube.
Multiple
Row Number
OUTPUTinteger
The current row number in the slice.
Multiple
Total Rows
OUTPUTinteger
Total number of rows in the slice.
Multiple
Settings
Static Values
BOOLEANIf true, cube data will return with no formulas applied.
Default: false
First Row Headers
BOOLEANIf true, headers will be supplied in the first row outputted by the slice.
Default: false
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing