Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
nachiket_shinde
Contributor III
Contributor III

Send email to id in straight table

Hello guys ,

    I have a straight table with one of the column as Email, having email address.

    If I click any of the email id from column Email, a new email in outlook should be opened with 'TO' having email id from straight table which I clicked.

Regards

3 Replies
martinpohl
Partner - Master
Partner - Master

check this

Re: Email hyperlinking?

Regards

nachiket_shinde
Contributor III
Contributor III
Author

I am not sure how am I going to implement it on a column in Straight table.

Sorry for that.

Can you please tell how to do it ?

MK9885
Master II
Master II

Maybe try below as expression in straight table and use Representation as 'Link' in settings??

=('Send E Mail'&'<url>'&'mailto:'&  'YOUREMAILID@ABC.COM'& '&subject= Test Email  : ')& Today()