If I have a field which has a suffix/slug of a URL and I want to concatenate that with a future domain name like:
http://mysite.com/here-is-my-slug
http://mysite.com/here-is-my-slug
Is this possible to "glue" these two together to make a complete URL in the HTML section of a view?