
October 16th, 2009, 12:44 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 1
Time spent in forums: 6 m
Reputation Power: 0
|
|
In case someone stumbles upon this, I have seen people suggesting that this error can occur when there is no whitespace on both sides of the operator. However, I have not personally verified this.
Quote: | Originally Posted by rickamartinez This, according to MS, should work but I keep getting an error "Error! Unknown op code for conditional".
{IF{=AND({COMPARE{MERGEFIELD New_Comm_pd_on_MA_Assets}=0},{COMPARE{MERGEFIELD New_OptinOptout}="Opt-in"})}=1 "65" "55"
I'm trying to say if the first mergefield = 0 and the second mergefield = Opt-in, then return a 65, else a 55. |
|