Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
robert_mika
Master III
Master III

Clickable email address

I have a table with email addresses.

Is it possible to click the email and open outlook window?


2 Replies
avinashelite

Hi Robert,

Use the <URL> link format in the expression for that table column, it will open.

Format: To show only directly the Email address '<url>'&fieldname  // field name containing email address.

             To show a field and associate the Email address at the back end Fieldname&'<url>'&field name containing email address.

Note:In Expression >Display> Representation > select as link  

mahesh_agrawal
Creator
Creator

Hi,

Use the following expression.

'Comment'&'<url>'&'Email address'

Ex:'Click to check Mail'&'<url>'&'https://abc@gmail.com//abc@gmail.com'