I am trying to filter a specific column for two parameters rather than one. The logic string I am trying is :
IF [Functional Area] = "XYZ" OR [Functional Area] = "ABC"
I want to filter the data set down to include just XYZ and ABC but am struggling with writing the logic string.