I'm trying to get multiple filter conditions to work in the same condition, but somehow it doesn't work when run together, but they do work separate from each other.
Below is the the custom filter I am using. What am I missing?
StartsWith("XXX", [Segment2]) AND StartsWith("XXX", [Segment1])