I have a document with a combo box. I would like a result on a different line to populate based on the result of the combo box. I am using an IF statement for my result. My combo box has numbers spelled out (Two, Three, Four). When one is selected a number would appear later in the text.
I know
Code:
{ IF {REF One} = "Two" "2" "" }
works; however, I am unsure of how to add the remaining references to "Three" and "Four".
Thoughts.