如何从表格中减去日期?
如何从表格中减去日期?
例如,我想从日期变量中减去 1 年。
它来自查询,而不是过滤器。
帮我
How do I subtract dates from tableau?
For example, I want to subtract 1 year from a date variable.
It's from the query, not the filter.
help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DATEADD('year',-1,[your_field_here])
这是最好的方法。
DATEADD('year',-1,[your_field_here])
that's the best way to do it.