Build Cube

Build a cube.

grammar

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.

example

build cube [Online Store] dimensions [Store Type] [Store Type] [Payment Method] [Payment Method] [Goods] [Goods] [Calendar] [Calendar] measures [sales amount] [sales quantity] [cash back];
About

What is EuclidOLAP?
Architecture
Code & Docs

EuclidOLAP
Olap Web Console
Getting Started
Download
Community


Contact Us

euclidolap@outlook.com
Copyright © 2023 euclidolap.com. All Rights Reserved