Hi There:
I'm trying to do a custom filter to pull back just US and MX country codes from my data. When I do the basic filter [Country] = "US", the output in the T point is accurate. However, when I try doing the following custom filter, I don't get any results in the T point.
[Country] = "US"
AND
[Country] = "MX"
Any help or guidance is much appreciated. Am I using the AND function incorrectly here? Do I need ( ) around each filter?
Thanks!