Insert Hyperlink
and Text Replacement
text formats:
YOUR FIELD NAME
}} will be replaced by the corresponding field name
Text Replacement
field data format. These tags include: b, i, u, br & eval
[b]{{FirstName}}[/b]
[i]{{Address}}[br]{{City}}, {{State}}[/i]
TextReplacement
format:[eval]{{Field1}}+{{Field2}}[/eval]
Consider the Order Details table which has the following fields:
OrderID,ProductID,UnitPrice,Discount
If you wanted the Sale Price to appear in the Discount
column, you will enter the following line for your TextReplacement
format:
$[eval]{{UnitPrice}}-({{UnitPrice}}*#TEMP#)[/eval]