Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有更好的方法让我们一次回顾一年而不是一次回顾一个月,而不是一次只回顾一个月?
您可以将年份和月份参数添加到您的报告中,日期控件使用这些参数来获取起点。例如,为用户提供可供选择的可能年份列表和月份列表。将这些与“/01”结合使用,为您的日期控制参数设置默认值。
这将意味着额外的工作和参数,但它会解决你的困境。