Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Remove String out of URL

3 REPLIES 3
patrick_digan
17 - Castor
17 - Castor

@lbolin You can use replace to remove parts of a string 

replace([url],"/about/","")

You'll want to double check which direction your slashes are going. 

Tyro_abc
11 - Bolide

I tried this formula, seems to be working

 

TrimRight([URL],'/about/')

 

Tyro_abc_0-1615953420975.png

 

Regards

Arundhuti

Qiu
21 - Polaris
21 - Polaris

@lbolin 

In your formula, its Contains([url],"\about\","") , its backslash, you should use slash "/"

Labels
Top Solution Authors