Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Launch email by click field content

Hi QVs,

I have a table with a field containing client email. I was wondering if it is possible to launch the email, set up with the address in the field the user clicks on. Emulating the mailto: action.

Thanks in advance.

Marc.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Solved!

For those with the same requirement, you should add an expression:

='Send email'&'<url>'&'mailto:'& only(ContactoEmail)& '&subject=SubjectText  : '

and select the Link representation mode.

Marc.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Solved!

For those with the same requirement, you should add an expression:

='Send email'&'<url>'&'mailto:'& only(ContactoEmail)& '&subject=SubjectText  : '

and select the Link representation mode.

Marc.