I'm trying to do a simple string build based on the results of a conditional test on a custom property field in a WORD template. I'm not using VBA for this; I'm dropping in both the conditional structure and the custom property field name via the INSERT>FIELD>... process. When I run the template and want to produce the false result for the example shown below, WORD ignores the plus sign and the " percent". I've tried "+", "-", "&", "_", "&&", and "++" so far.
{IF {DOCPROPERTY"Negative_Tolerance" } < " " "None" DOCPROPERTY"Negative_Tolerance"} + " percent"}
Example 1 tolerance is empty, print "None"
Example 2 tolerance is 3, print "3 percent"
Thanks for any suggestions.
{IF {DOCPROPERTY"Negative_Tolerance" } < " " "None" DOCPROPERTY"Negative_Tolerance"} + " percent"}
Example 1 tolerance is empty, print "None"
Example 2 tolerance is 3, print "3 percent"
Thanks for any suggestions.