MDX:在列上使用维度值

发布于 2024-08-27 03:27:44 字数 123 浏览 3 评论 0原文

我想在列上使用维度属性。因此,在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放我走吧 2024-09-03 03:27:44

您不太具体了解要返回哪些属性,但您始终可以通过将其添加到 MDX 查询来拉回更多属性(假设这就是您的查询方式,因为您似乎正在使用拖放编辑器):

SELECT {[YourDimension]} DIMENSION PROPERTIES KEY0,MEMBER_CAPTION ON COLUMNS

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):

SELECT {[YourDimension]} DIMENSION PROPERTIES KEY0,MEMBER_CAPTION ON COLUMNS
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文