Using COMPARE to compare more than two variables
I have a rather lengthy document which has over 50 variables. I am trying to use COMPARE to get a true/false reading. My command is as follows:
{IF { =OR({ COMPARE Price = 2},{ COMPARE Price = 3 },{ COMPARE Terms = 2 },{COMPARE Terms = 3 },{COMPARE Terms = 4 },{ COMPARE Delay = "Y"})} = 1 "true" "false"
The words: Price, Terms, Delay are all responses to ASK prompts (bookmarks)
Is this even possible? Can I compare more than 2 fields?
|