Build a cube.
build cube {cube_name}
dimensions {dimension_name} {dimension_role_name} [ {dimension_name} {dimension_role_name} ...]
measures {measure_name} [ {measure_name} ...];
{cube_name}
The cube name, which needs to be enclosed in square brackets.
{dimension_name}
The dimension name, which needs to be enclosed in square brackets.
{dimension_role_name}
The name of the role this dimension plays in the cube, which needs to be enclosed in square brackets.
{measure_name}
The name of the measure in the cube, which needs to be enclosed in square brackets.
build cube [Online Store]
dimensions [Store Type] [Store Type] [Payment Method] [Payment Method] [Goods] [Goods] [Calendar] [Calendar]
measures [sales amount] [sales quantity] [cash back];