K
KGB
I am trying to get the following formula to produce the text "True" or
"False" with the following IF field:
{IF {DocVariable VarName} = 3553 "True" "False"}
The variable is currently set to 3556, and I have successfully inserted it
into the document with the following field:
{DocVariable VarName}
I just can't seem to successfully test the variable. It currently produces
the following text:
VarName}
If I take out the space before and after the equal sign, it generates this:
VarName}=3553
If I instead add enclose VarName in another set of brackets, I get this:
{VarName}}
If I instead use a COMPARE statement, it always returns 1, even though I
have confirmed that the variable is still set to 3556:
{COMPARE {DocVariable JWWordCountVar2} = 3553}
Any help is appreciated.
"False" with the following IF field:
{IF {DocVariable VarName} = 3553 "True" "False"}
The variable is currently set to 3556, and I have successfully inserted it
into the document with the following field:
{DocVariable VarName}
I just can't seem to successfully test the variable. It currently produces
the following text:
VarName}
If I take out the space before and after the equal sign, it generates this:
VarName}=3553
If I instead add enclose VarName in another set of brackets, I get this:
{VarName}}
If I instead use a COMPARE statement, it always returns 1, even though I
have confirmed that the variable is still set to 3556:
{COMPARE {DocVariable JWWordCountVar2} = 3553}
Any help is appreciated.