You are here: Overview > Using the Field’s Properties Window

Using the Field’s Properties Window

You enter calculations for variable fields in the Calculation area of the field’s Properties window.

Field properties

Here is a sample calculation:

Calculation

Return (@("Prem Basis1") * @("Prem/Ops Rate1")/100)

Result

Takes the value of a variable field named PremBasis1 multiplies it by the value of a variable field named Prem/Ops Rate1, divides the product by 100 and places the result in the current variable field.

Keep the following formatting points in mind as you enter your calculation in the Properties window:

If flag = "y" then return (sum("field")); else return ("exclude"); end;

Note All space and tab characters inside a string constant are not considered white space, but rather part of the string.