I want to show addresses in list view with a clickable link to the address on google maps, I made a new field in studio called 'x_studio_address_with_link' then made it computable in view fields (developer mode) and made the field be: ""https://www.google.com/maps/search/?api=1&query=" + record.contact_address_complete" now the user can click on the link and they will be taken to google maps that works,
The problem is that the user sees the whole url, how can I make it that they only see the address?