Link emails in reports

6 views
Skip to first unread message

Q&A Bot

unread,
Aug 17, 2021, 6:26:34 AM8/17/21
to seektab...@googlegroups.com

Q: Is there a way to make an email address interactive, so that when a user clicks on it, it would open lets say outlook with new email to that address?

It is possible to achieve that with help of an additional "Expression"-type dimension and HTML formatting capabilities: https://www.seektable.com/help/report-html-formatting
Let's assume that your cube already has an 'email' dimension:
image.png
Expression: Html.Raw( Format("<a href='mailto:{0}'>{0}</a>", new[] { email } ), email)

With the "Use in Reports" option you can hide the original "email" dimension and leave only "email_linked" for usage in reports.
Reply all
Reply to author
Forward
0 new messages