SSAS 中的日期时间

发布于 2024-08-07 11:19:53 字数 83 浏览 4 评论 0原文

我的时间维度表中有一个日期时间列。我想将其显示为 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 技术交流群。

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

发布评论

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

评论(1

海夕 2024-08-14 11:19:53

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.

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