Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.