D
dolezelt
Why the following example does not work?
Example:
Bookmark "town" has value "Pasco"
{IF town = Prague "Not true" "{IF town = Pasco "True" " "} "}
The outcome of this function is "{IF town = Pasco " but I am expecting
outcome "True". That means the word does not take into account another nested
function IF.
I am trying to use nested function "If" because I saw this example in Word
2003 help where nested If is used (I thought that it will work):
{IF {MERGEFIELD Město} = "Brno" "Obyvatelům Brna náležà speciálnà sleva."
"{IF {MERGEFIELD MÄ›sto} = "HoÅ™ovice" "Obyvatelům HoÅ™ovic náležà speciálnÃ
sleva." " "} "}
Any solution to makes it work?
Example:
Bookmark "town" has value "Pasco"
{IF town = Prague "Not true" "{IF town = Pasco "True" " "} "}
The outcome of this function is "{IF town = Pasco " but I am expecting
outcome "True". That means the word does not take into account another nested
function IF.
I am trying to use nested function "If" because I saw this example in Word
2003 help where nested If is used (I thought that it will work):
{IF {MERGEFIELD Město} = "Brno" "Obyvatelům Brna náležà speciálnà sleva."
"{IF {MERGEFIELD MÄ›sto} = "HoÅ™ovice" "Obyvatelům HoÅ™ovic náležà speciálnÃ
sleva." " "} "}
Any solution to makes it work?