views_calc.css |
views_calc.css |
|
td.view-footer, td.view-footer-number, td.view-total, td.view-total-number {
font-weight:bold;
background-color:#eaeaea;
}
td.view-footer, td.view-footer-number {
border-bottom:3px #000 double;
border-top:1px #000 solid;
… |
views_calc.info |
views_calc.info |
|
name = Views Calc
description = This module will allow you to add calculated fields to views tables and compute columns of numeric data in a views table.
package = Views
dependencies = views |
views_calc.install |
views_calc.install |
|
|
views_calc.module |
views_calc.module |
|
This module will allow you to add calculated fields to views tables
and compute (SUM, COUNT, AVG, etc) columns of numeric data in a views table. |