function _views_calc_view_views in Views Calc 5
Views calc views result object.
1 call to _views_calc_view_views()
- views_calc_cols_form in ./
views_calc.module - Views Calc Columns tab on views list.
File
- ./
views_calc.module, line 511 - 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.
Code
function _views_calc_view_views() {
return db_query("SELECT * FROM {view_view} WHERE page_type = 'views_calc'");
}