开发者

MDX request to show number of items sold by type?

I have one data warehouse table that contain one row for each item sold.

Each row contains the item's type.

What MDX request could show the number of items sold f开发者_开发问答or each item type?

What (dimensions,levels,etc) would it suppose to create?

In case it is relevant, I am using Pentaho/Mondrian/Spoon/Schema Workbench.


When you build a cube from the data warehouse you would typically aggregate rows for each product sale into totals for groups of one hour, or one day, per product. Few big cubes would support drilling down to individual product sales.

After creating a [Product] hierarchy/dimension you would create a virtual dimension based on that, using the item types, to give another way of breaking the information down.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜