Skip to main content
Version: v1.13 print this page

Cube

Cube Node generates a result set that shows aggregates for all combinations of values in the selected columns.

Type

transform

Fields

NameTitleDescription
cubeColsCube Columns
aggregateColsAggregate ColumnsAggregate Columns
aggregateOperationsAggregate Operation to UseAggregate Operation

Examples

Input

nameageheight
Alice580
Alice580
Alice1080
James550
James1060
James780

Parameters1

NameValue
Cube Columnsname
IdAggregate ColumnsAggregate Operation to Use
1agemax
2heightmin

Output1

namemax_agemin_height
Alice1080
1050
James1050

Parameters2

NameValue
Cube Columnsage
IdAggregate ColumnsAggregate Operation to Use
1heightmax
2heightmin

Output2

agemax_heightmin_height
8050
58050
108060
78080