How do filters work in Amplitude?
Do they use AND or OR logic?
E.g. is the below filtering for
where path contains “orientation” OR does not contain “integrate”
OR IS IT
where path contains “orientation” AND does not contain “integrate”
If I want to be able to apply OR logic what is the approach?
If I want to apply AND logic what is the approach?
If someone can point to some clear documentation that would also be useful.