Please Log in or Create an account to join the conversation.
edmundcheong wrote: I have 2 fields which I would like to compare:
cb_1
cb_2
I tried the following:
[cb:if cb_1!=cb_2]No Match[/cb:if]
[cb:if cb_1=cb_2]Match[/cb:if]
No thing is shown.
I tried this:
[cb:if cb_1!="cb_2"]No Match[/cb:if]
[cb:if cb_1="cb_2"]Match[/cb:if]
It shows No Match..
Am I doing correctly?
Do you have any reference documents for this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Note: All parameters must come after the field (e.g. [cb:userdata field="FIELD_NAME" user="REPLACEMENT" /]) as anything otherwise (e.g. [cb:userdata user="REPLACEMENT" field="FIELD_NAME" /]) will not work.
Please Log in or Create an account to join the conversation.
krileon wrote: There's no substitution IF usage to compare 1 field value to another fields value. For that you'd use something like CB Conditional.
Please Log in or Create an account to join the conversation.