Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to replace the text between () and the () themselves in Looker Studio?

I have a field that has Name and EEID, i.e. John W (121231) and I need to keep only the name. Any suggested formula please?

I tried below formula but it didn’t work, any suggestion?

REGEXP_REPLACE(Management Chain – Level 01,"(*)","")

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Thanks!

>Solution :

You may try:

REGEXP_REPLACE(Name + EEID,"\\(.*\\)","")

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading