cancel
Showing results for 
Search instead for 
Did you mean: 

Threshold Condition

Anon
Community Manager

Re: Threshold Condition

Hi Chris,

Try this on a display and let me know:

DIALNUM MATCHES REGEX "011\d{0,15}E"
Anon
Community Manager

Re: Threshold Condition

To give you a breakdown of what it does

Targets any number that starts off with 011
After 011, you can have up to 15 digits
It has to end with an E character.