Question
SUBSTR calculation help
I have a custom field that is manually entered with a URL. I am trying to make a calculated field on the same form which will return everything after the last / in the URL field. While I did get SUBSTR({field},#) to work, I would prefer to say that the starting point is what comes after the ".com/" instead of the character # the "/" is in the URL. I've tried using SUBSTR({field},"website.com/") which returns the full URL. Can the SUBSTR calc only use a numerical starting point? Are there other expressions I need to bring in?
Wasn't able to find much in the help site or community so hoping for some guidance from the experts. Thanks!