Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
Template Expressions
See also:
Advanced Template Creation

Support has been added in version 0.2 for template expressions so that you can perform numerical calculations inside the template.

You can perform calculations on:

Calculations may include all arithmetic operators, parenthesis for operation ordering, and the following PHP mathematical functions:

Expression Syntax

Numerical expressions are defined with the following syntax:

{% expression here  %}

I.e. An expression begins with a

 {% 

tag and ends with a

 %} 

tag.

Examples

See also:
Summary Fields
Syntax
Advanced Template Creation
 All Data Structures Files Functions Variables Enumerations