Views Calc

  • Go to admin/settings/views_calc to create calculations.
  • The 'Fields' tab will allow you to create calculated fields that can be inserted into any view. The calculations can include the value of any Views field, combined with numbers, arithmatic operations, and common SQL functions like ROUND() or MIN(). Each available field has a shortcut name like %Node:Title. Create SQL snippets like (%Node:Field1 + 84600) or ROUND(%Node:Field2 / 3).
  • The 'Columns' tab allows you to set column calculations. The column totals are added in the view itself by using the style 'Views Calc Table' and setting the fields in the table that should have column totals.
  • The 'Settings' tab allows you to add new functions to the list of allowable functions.