Hi

I have 2 fields, state1 and state2, both fed from the same taxonomy list (each user can register 2 states).

I can do this with views:

If STATE1="myValue-1" OR STATE2="myValue-2"

but what I'd like to do is

If STATE1="myValue" OR STATE2="myValue"

Is this possible?

Many Thanks.

Shay