Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

URL Link in Table

Hi All,

I would like to create a column in a straight table, that when clicking on it, the user will open a URL link,

the URL is 'staticURL' & 'ID'

1. How do I create it as linkable URL ? that by clicing on it a tab will open up with the URL ?

2. How can i mask the actual URL (which is very long and ugly) to 'URL' ?

3. How can I make it Blue and undrlined ?

Thanks!

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

1. you create a new expression in the table that will have this syntax

='URL <url> staticURL ' & ID

2.in the expression display option you choose representation as Link

this will automatically will display the field with underline

3. if you want the text to be blue , in the expression properties insert to the text color lightblue()

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

1. you create a new expression in the table that will have this syntax

='URL <url> staticURL ' & ID

2.in the expression display option you choose representation as Link

this will automatically will display the field with underline

3. if you want the text to be blue , in the expression properties insert to the text color lightblue()

Anonymous
Not applicable
Author

1. great

2. it redirects the user to localhost + url that I enter
how can I solve this ?

3. very good

thanks!!!   🙂

Anonymous
Not applicable
Author

2. when http:// is missing before the URL, the local host address will be added automatically,

so by adding http:// it was solved

result:

a.png