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

Using URL or Link from a QV Table

Hello,

In one table for each customer appears their e-mail.

Is it possible make clickable the e-mail address so that "outlook" starts directly ?

1 Solution

Accepted Solutions
teempi
Partner - Creator II
Partner - Creator II

Hi,

Assuming the email addresses are in a field called "email", you can try something like this in the expression:

= email & '<url>mailto:' & email

This should open the default e-mail client. Remember to change the representation type to "Link" in the chart properties.

-Teemu

View solution in original post

6 Replies
teempi
Partner - Creator II
Partner - Creator II

Hi,

Assuming the email addresses are in a field called "email", you can try something like this in the expression:

= email & '<url>mailto:' & email

This should open the default e-mail client. Remember to change the representation type to "Link" in the chart properties.

-Teemu

Not applicable
Author

Thanks it seems it works..

But how i change the representation type to "Link" in the chart properties?

teempi
Partner - Creator II
Partner - Creator II

Representation can be changed from the "Expressions" tab in chart properties.

-Teemu

Not applicable
Author

No, i doesn't work..

Jennifer_Moore
Former Employee
Former Employee

The format for the expression is 'Text for link' & '<URL>' & 'Static URL location' & field - Field is needed to customize the URL


It can be activated as a link in a straight/pivot table by going to the Expressions tab, selecting the expression, changing the Representation to link.  This option does not appear in all chart types.

Sr. Director, Learning Strategy & Solutions
Not applicable
Author

Thanks it works!