Search

FormatNumber

DefaultFormat

Set Standard Formats for Your Template The DefaultFormat command in XpressDox lets you define standard formatting rules for numbers, dates, and text fields used throughout a template. Instead of repeating format instructions for every fillpoint, you can set global defaults — making your templates cleaner, more consistent, and easier to...

FormatNumber - XpressDox

A numeric value can be formatted in many different ways under control of a pattern string.

NumberOrZero

Force a value to a number, else produce a 0   If you have a scenario like this: «SetV(‘test’,Input)» «NumberOrZero(GetV(‘Input’))» And in the interview, «Input» happens to be given the value of 123 then the output on the document will be 123. However, if the value is ‘abc’ then the...
Loading...