AND/OR statement
-
Hello.
It is possible to configure the plugin to make some similar like AND/OR statements?
I mean:
I have a list of countries, and I want to show postal code only for 3 of them. The others must show the full address (, postal code, province/state, city…). Using the following code:if [pais] not equals "ES" then show [paisSinCP] if [pais] not equals "DE" then show [paisSinCP] if [pais] not equals "IT" then show [paisSinCP]
It always shows the [paisSinCP] group, regardless of the chosen country. [paisSinCP] groups the full address.
What I would need to do is:
if [pais] not equals "IT" OR "DE" OR "ES" then show [paisSinCP]
or
if [pais] equals "IT" OR "DE" OR "ES" then hide [paisSinCP]
I hope I have explain clearly.
Thanks in advance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘AND/OR statement’ is closed to new replies.