【问题标题】:drill down on reversed hierarchy gives incorrect results向下钻取反向层次结构会给出不正确的结果
【发布时间】:2015-05-06 10:28:42
【问题描述】:

我在icCube中有如下MDX语句(基于标准销售模型):

with
set [time-set] as hierarchize({[Time].[Calendar].[All Periods],[Time].[Calendar].[Year].members,[Time].[Calendar].[Year].[2009].children},post)
member [issue] as [amount], caption = "drill down on 2008"
select [issue] on 0
,      [time-set] on 1
from sales

这给出了以下结果:

点击 2008 年时:

我认为 IDE 有点混乱,因为我使用了 POST 命令。是否有解决方法使其按预期工作?

【问题讨论】:

  • 你的[时间设置]中有这个......[Time].[Calendar].[Year].[2009].Children。为什么要指定 2009 年?

标签: mdx iccube


【解决方案1】:

简短回答。

抱歉,iccube 数据透视表的当前版本不支持 post 标志。

【讨论】:

    猜你喜欢
    • 2018-06-26
    • 2011-05-17
    • 2012-03-15
    • 1970-01-01
    • 2018-07-23
    • 2022-11-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多