Topics Covered:
You can insert numeric functions in Email Template to Add, Subtract, Divide and multiply Salesmate fields.
Let us understand with an example.
Plus
This function adds a number to the field mentioned by you.
Input:
The total sum is : {{80 | plus:10}}
Output:
The total sum is : 90
Minus
This function subtracts a number to the field mentioned by you.
Input:
The subtraction is : {{80 | minus:10}}
Output:
The subtraction is : 70
Times
This function multiplies a number to the field mentioned by you.
Input:
The multiplication is : {{10 | times:10}}
Output:
The multiplication is : 100
Divided By
This function divides a number to the field mentioned by you.
Input:
The division is : {{5 | divided_by:5}}
Output:
The division is : 1
Comments
0 comments
Article is closed for comments.