Hi,
I want to achieve the following result -
If [product category] = "X" AND [Line Code]="A" AND Doesn't contain([Country],"USA") THEN "NHT" ELSE Null() ENDIF
There are lot of countries in the file and next time additional country may appear in the data.
Any suggestion to achieve this.