I want to create a segment of Ex subscribers of our product but from 2020
I don’t want the Ex subscribers older than 2020.
How can i do that?
You would use the filters as follows
subscription date “is greater than or equal” 01-01-2020
AND
subscription date “is less than or equal” 31-12-2021
AND
subscription equals Active. ( I have no idea how you are seeing if they are an Ex subscriber or not)
But I think the above should give you an idea of how this is done
Thanks @mikew