向 MDX 结果集添加额外行
我有一个非常简单的 MDX 查询,可以重新调整维度的内容。
我想向结果集中再注入一行作为 MDX 的一部分。
这可能吗?
I have a very simple MDX query that retuns the contents of a dimension.
I would like to inject one more row to the result set as part of the MDX.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以创建维度的计算成员。假设我的立方体中内置了 4 个区域成员:东部、西部、南部和中部。
会给我 4 个地区的销售额。
如果我向该区域添加一个虚拟计算成员,我可以获得一行额外的结果。
You can create a calculated member of the dimension. Suppose I have 4 members of region built into my cube: East, West South and Central.
will give me the sales over the 4 regions.
If I add a dummy calculated member to the region, I can get one extra row of results.
不,它必须是某个维度的成员
no, it has to be a member of some dimension