如何在 drupal 视图中进行计算?

How to do calculation in drupal views?

我想知道如何通过添加视图 php 来计算现有字段的视图中的值,或者我必须使用视图 api 或创建 templates.Which 方法将是最好的为此?

如果你想要简单的数学计算,那么我会看views calc. Views PHP has some great uses for quick testing, but it is generally assumed that if you need Views PHP you should write your own module. You can also get a good discussion on this issue at: https://www.drupal.org/node/1219356