我在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时:
由于我使用了POST命令,因此我认为IDE有点混乱。是否有解决方法让它按预期工作?
答案 0 :(得分:2)
简短回答。
抱歉,当前版本的iccube数据透视表不支持发布标记。