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.
我可以将图表放在标题部分,并将 RT 作为“显示值”并让它正确计算 RT?
RT 在图表之前运行,但 RT 是在第 3 次通过时计算的,就像在运行标题部分之后的图表一样。
事情似乎奏效了
对这一切有点困惑。
谢谢
不,除了页脚或详细信息部分之外,您不能在任何地方可靠地使用运行总计。通常,RT 是在打印过程中计算的,也就是说,在报表呈现的很晚的时候。使用打印时变量/公式也是如此。它们可能会在报告中显示一个值,但数据基本上没有意义。
但是您可以在标题中使用基本的汇总功能,例如Sum()或Count()。
Sum()
Count()