A Drupal module that adds a custom Views field type for calculating values using mathematical formulas based on other fields.
Features
- ๐ Formula-based computations using field values
- ๐ข Automatic numeric conversion of field values
- ๐ ๏ธ Symfony ExpressionLanguage integration
- ๐ฆ Configurable error handling
- ๐ Safe formula evaluation
- ๐ Supports complex mathematical operations
Usage Examples
Basic Price Calculation
field_unit_price * field_quantity
Conditional Discount
field_quantity > 10 ? field_price * 0.9 : field_price
Complex Calculation
round((field_base + field_bonus) * (1 + field_tax_rate), 2)
Next release
The next release will introduce a plugin system that supports more than just formula-based computations. You'll be able to create custom processes, example : fetch data from any source, such as APIs, Excel files ...
Supporting organizations:
Project information
- Project categories: Content display
- Ecosystem: View
120 sites report using this module
- Created by k.bouhouch on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.



