Hi all
I have an existing workflow where I utilized 2 different Filters (by keywords) based on 2 different column headers. The output result is based on the Union of all TRUE value from each filter.
I'm trying to streamline this workflow: The objective is to have a keyword list in Excel, so that any keywords addition or removal can be done by amending the Excel rather than going into Alteryx to edit the criteria. I saw some solutions provided like Find and Replace but does not seem to work for my case - i could have done it wrongly though. Below is a simplified data for reference:
Any suggestions please? Thanks very much in advance!
Filter criteria:
Gender = Male
Favorite Sports = Soccer OR Basket
ID | Gender | Favorite Sports |
| 1 | Male | Badminton; Soccer; Basketball |
| 2 | Female | Tennis |
| 3 | Female | Basketball |
| 4 | Male | Badminton |
| 5 | Male | Soccer; Tennis |
| 6 | Male | Soccer; Badminton |
| 7 | Female | Soccer; Basketball |
| 8 | Male | Basketball; Tennis |