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.
我需要参考交叉表中生成的总计字段 - 在公式字段中。有没有办法做到这一点?可以使用 table.fieldname 引用数据库字段,但如何识别总计列?
然后,我需要根据总计与其他内容显示一条曲线,但在公式中识别总计是我遇到的问题。
再次计算总数可能是最容易的。在报表页脚中,在 table.fieldname 上添加一个汇总字段,并将汇总设置为Sum。
或者创建一个公式:Sum({table.fieldname})
Sum({table.fieldname})