如何在 MDX 查询中返回级别属性值?
我在包含多个级别的架构文件中定义了一个维度。 我的级别之一包含多个属性,例如:
<Level name="MyLevel" column="MyLevelColumn" nameColumn="MyLevelName">
<Property name="Property1" column="PropertyColumn1"/>
<Property name="Property2" column="PropertyColumn2"/>
<Property name="Property3" column="PropertyColumn3"/>
<Property name="Property4" column="PropertyColumn4"/>
</Level>
如何返回这些属性的值以及我在架构文件中定义的度量值?
注意:我不想使用这些过滤器来过滤 MDX 查询中的结果,因此如果有更好的方法来获取我想要的数据,请告诉我! 谢谢!
I've defined a Dimension in a schema file containing multiple Levels. One of my Levels contains multiple properties, like:
<Level name="MyLevel" column="MyLevelColumn" nameColumn="MyLevelName">
<Property name="Property1" column="PropertyColumn1"/>
<Property name="Property2" column="PropertyColumn2"/>
<Property name="Property3" column="PropertyColumn3"/>
<Property name="Property4" column="PropertyColumn4"/>
</Level>
How can I return the values of these Properties, as well as the values of the measures I've defined in my Schema file?
Note: I don't want to use these filters to filter my results in the MDX query, so if there's a better way to get the data I want, please let me know! Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不了解 Pentaho(在其网站的简短搜索中找不到任何 MDX 文档),但在 SSAS 中,您可以执行以下操作:
I don't know about Pentaho (couldn't find any MDX docs in a brief search of their site), but in SSAS, you can do the following: