设置开始日期参数,以在SSRS报告中显示为第1天

发布于 2025-01-18 12:29:05 字数 224 浏览 2 评论 0原文

有没有办法将开始日期参数设置为 1,第二天为 2,下一天为 3。
我想对此进行分组并进行日/周/月/年总结。

我想将附加的报告更改为矩阵报告,显示天数,而不是选择从第一天开始的日期。遍历矩阵中的列,然后将这些计算汇总为周/月/年摘要

按日期列出的当前报告

Is there a way to set the Start Date parameter to 1, next day would be 2, next day would be 3.
I would like to group on this and do day/week/month/year summaries.

I want to change the report that is attached to be a matrix report displaying days instead of dates starting with day 1 for whatever day is chosen. To go across the columns in a matrix and then aggregate those calculations to week/month/year summaries

Current Report by Date

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北渚 2025-01-25 12:29:05

我在SSRS中使用了DAY函数。 DAY(字段!创建日期.值)

I used the DAY function in SSRS. DAY(Fields!created_date.Value)

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