Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Beginning in WordWriter version 4.1, WordTemplate now has the ability to evaluate a certain number of formulas on data fields that are brought into a template.

Icon

Word formulas are only supported with the Word 2007 OOXML file format (.docx/.docm).

Placing Formulas in Merge Fields

Formulas in a Merge Field in your template can be used to calculate average, products, sums, and other formulas based on values in the data fields being bound to the template.

To place a formula into your template document, insert a merge field with a value as following:

The following formulas are valid with WordTemplate and will be evaluated when the data are bound to the document: AVERAGE, COUNT, COUNTA, MAX, MIN, PRODUCT, STDEV, STDEVP, SUM, VAR, and VARP. Additional information is available on the Creating Merge Fields page.

The WordTemplate Formula Demo uses formulas to display the average, standard deviation, maximum, and minimum college entrance exam scores of a group of fictional students as part of a table including their individual scores. A repeat block on the first row allows WordTemplate to bring in all of the values of the referenced fields.

The following code opens the template and binds data to it using the SetDataSource and SetRepeatBlock methods, then streans the resulting document to the user:

The formulas are evaluated by WordTemplate, as you can see in the output file:

  • No labels