The result of a segmentation criteria filtering on City | Is Equal To | ‘San José’ is cities only containing 'San José’ or ‘san josé’. This is because the segmentation criteria is case-sensitive and accent-sensitive, meaning that it will only match the exact value that is entered in the filter1. Therefore, cities containing 'San Jose’, 'san jose’, or ‘San Jose’ will not be included in the result, as they do not match the filter value exactly. To include cities with different variations of the name ‘San José’, you would need to use the OR operator and add multiple filter values, such as ‘San José’ OR ‘San Jose’ OR ‘san jose’ OR 'san josé’2. References: Segmentation Criteria, Segmentation Operators
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit