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.
我制作了这个画面工作表。所有列都是使用计算字段派生的。根据资源,我正在计算所有属性。
请帮助我在同一个工作表中逐列添加所有值。我尝试使用分析窗格中可用的“总计”,但在这种情况下它不起作用。
谢谢并恭祝安康
这种设置方式,每列是一个计算字段,对它们求和也需要一个计算字段。
[ColumnA]+[ColumnB]+[ColumnC]+etc
正如您所发现的,在这种情况下,将总计添加到表中将不起作用。