设置开始日期参数,以在SSRS报告中显示为第1天
有没有办法将开始日期参数设置为 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在SSRS中使用了DAY函数。 DAY(字段!创建日期.值)
I used the DAY function in SSRS. DAY(Fields!created_date.Value)