Show/Hide Toolbars

The tc:operand tag can be nested within tc:compute to specify a static value to compute with a value from a number field.

Example:

<tc:compute method="*" format="###0.00">

<tc:detail select="CLAM/ClaimEstimate" />

<tc:operand value=".2" />

</tc:compute>

This example calculates a value by multiplying the value in the Claim Estimate field by .2. The purpose of this example is to find a percentage of a value in TeamConnect and insert this percentage value into a generated document.