Olap Cube 中的 Varchar 度量
所有的措施都应该是数字的吗? varchar 度量怎么样?
All the measures should be necessarily numerical? what about a varchar measure?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
所有的措施都应该是数字的吗? varchar 度量怎么样?
All the measures should be necessarily numerical? what about a varchar measure?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您无法拥有真正的 varchar 度量。但是,您可以创建一个计算度量,其中分配/计算了一些 varchar 值,但这不是您想要的,我相信。
您可以做的是创建事实维度(简并维度)并将该字段用作属性层次结构或成员属性。
哈特哈,
赫尔沃耶
You cannot have real varchar measures. You can however create a calculated measure that has some varchar value assigned / calculated, but that is not what you want I believe.
What you can do is create a fact dimension (degenerate dimension) and use that field either as an attribute hierarchy or as a member property.
HTH,
Hrvoje