Segment to capture visits with a change in evar value, without knowing what the evar value is/was.
Has anyone done this, or is it possible? Basically, I want all visits where an evarN.value != previous_evarN.value for a visit. Since I won't know what the previous value of evarN was, I can't set it specifically using "equals" and then use a "not equals".