SSAS 中的日期时间
我的时间维度表中有一个日期时间列。我想将其显示为 MM/DD/YYYY 并隐藏时间部分(无论如何都是 00:00:00)。
我该怎么做?
I have a DateTime column in my Time dimension table. I want to display this as just MM/DD/YYYY and hide the time component (which is 00:00:00 anyways).
How do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Raj,我不会更改此特定字段,因为在浏览或从部署的多维数据集提取数据时,它可能会导致排序和计算问题。我要做的就是在时间维度中添加另一个字段,例如...SHORT_DATE,然后将其设为 varchar(10)。
我始终在 [TIME] 维度中保留至少一个正确的日期时间,以供日期相关使用。
Raj, I wouldn't alter this particular field because it may cause problems with ordering and calculations when browsing or pulling data from the deployed cube. What I would do is add another field to your time dimension say...SHORT_DATE and simply make it a varchar(10).
I always keep at least one proper datetime in my [TIME] dimension for date dependant usage.