Question:
Hi All,
Just wondering if it is possible to filter 2 characterics with 'OR' logic, it is working fine with 'AND' logic. But not sure how to achieve "either" "or" logic in the filtering.
eg: filter: char1='X' and char2='X'.
I want the data when the char1='X OR char2 = 'X'.
Can someone help!
datapacket thanks.
Answer:
using the conditions I got the correct results.
James1