I'm trying to add a result column in a customer sa...
# administration
d
I'm trying to add a result column in a customer saved search so that it will show me the last four characters of our customer email addresses. To do that, do I need to use a Formula (Text) and use
REGEXP_SUBSTR
? I'm not sure how to write this formula. Thankful for any help.
m
I would do SUBSTR({email},LENGTH({email}) - 4, LENGTH({email}))