Skip to main content
Question

Extracting a string value after a specific character


Forum|alt.badge.img+4
  • Do Gooder (Customer)
  • 3 replies

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

2 replies

COVJAMIEB
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 202 replies
  • April 25, 2024

Hi @Ash1807 please try this,

SUBSTR(<ENTERFIELD>, INSTR(<ENTERFIELD>, '@') + 1)

Thanks,

Jamie


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 3 replies
  • April 29, 2024

Hey Jamie,

Worked a treat. Thank you so much!

/ash


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings