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.
我在报表生成器中有一个表格,其中包含特定分支在特定程序中服务了多少客户。
分支 -> 程序 -> 服务的客户
我保留了一个运行总数,但这就是我需要显示的全部内容,而不是每条记录的总数。有什么想法吗?
目前还不太清楚需要什么-您是否查看过该RunningValue功能,即类似的东西?
RunningValue
=RunningValue(Fields!CustomersServed.Value, Sum, Nothing)
任何更多信息,例如示例数据集以及您希望看到的结果将是最有帮助的。