I have a Quick report that shows email addresses from a table view. I would like to only list out the domain ie all characters after the “@” character.
Looked at TRIM, but that seem not to work
I have a Quick report that shows email addresses from a table view. I would like to only list out the domain ie all characters after the “@” character.
Looked at TRIM, but that seem not to work
Hi
SUBSTR(<ENTERFIELD>, INSTR(<ENTERFIELD>, '@') + 1)
Thanks,
Jamie
Hey Jamie,
Worked a treat. Thank you so much!
/ash
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.