MDX:在列上使用维度值
我想在列上使用维度属性。因此,在 mdx 查询中,我从维度“成员属性”中拖入这些属性。但是,由于某种原因,这些属性的值仅为空。但是,如果在行上使用维度成员,则它们具有合法值。
还有其他方法可以在列上提取这些维度值吗?
I wanted to use dimension properties on columns. So, in the mdx query, I dragged in those properties from the dimension "member properties". But, for some reason, the values for those properties are nulls only. However, if the dimension members are used on rows, they have legitimate values.
Is there any other way, I can pull in those dimension values on columns?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不太具体了解要返回哪些属性,但您始终可以通过将其添加到 MDX 查询来拉回更多属性(假设这就是您的查询方式,因为您似乎正在使用拖放编辑器):
You're not very specific about which properties you want to bring back, but you can always pull back more properties by adding this to you MDX query (assuming this is how you are querying, as it seems you are using a drag and drop editor):