Skip to content

This module adds the ability to add simple SQL based calculations to a views table

License

Notifications You must be signed in to change notification settings

backdrop-contrib/views_calc

Repository files navigation

Views Calc

This module adds simple calculations to a views table.

You can SUM, AVERAGE, COUNT, MIN, MAX, or AVG selected columns. A plug in theme makes the view look more spreadsheet-like (right justifies numeric fields, shades calculated columns and rows, and underlines calculated rows).

You can also create custom dynamic fields that can be used in any view using SQL snippets like CONCAT('field_first_name', ' ', 'field_last_name') or DATE_FORMAT(node.created, '%m/%%d/%Y'). The custom fields are set up in admin/settings/views_calc.

Installation

Issues

Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/views_calc/issues

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

About

This module adds the ability to add simple SQL based calculations to a views table

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •