Before Belinda asked me about making phone calls from Tableau dashboard, she had some issues in creating an email template in Tableau. Many people might have known how to do the basics. Here I would share some tips on composing an email template with some formatting, and on making it easier to edit the template.

Email Template

The email template is expected to be as follows, in which there are a few fields from the data table. Belinda will use the template to communicate with her business partners regularly.

URL Syntax 

We need to compose a URL based on the above email template, which is to be included in a URL action.
The syntax of the URL is as follows:

Mailto:<Recipient Email>?Subject=<Parameters.Subject> <Invoice ID>&Body=<Parameters.Text1>
$<SUM(Amount)> due on <Due Date>. <Parameters.Text2>&Bcc=<Parameters.Sender Email>

The orange fields are inserted from the data table. The purple fields are parameters. Note that all the orange fields need to be placed in the view of the worksheet, namely in Rows, Columns or in Mark's card.

The static texts are saved in a number of parameters. Note that %0A%0D is the code for the line break. (%0A, %0D, %0A%0D seem all working as line break in both Mac and Windows. Not sure what the difference is.)

<Parameters.Subject>: Please send us invoice
<Parameters.Text1>: Hi Team,%0A%0DIn our record, there is
<Parameters.Text2>: Please let us know if you can send us the invoice in a timely manner. %0A%0D %0A%0DThanks.%0A%0DBelinda
<Parameters.Sender Email>: belinda@somecompany.com

By placing the static texts in parameters, it's easy to edit them. Otherwise, editing them in the action setup, can be tedious. 

We could have used calculated fields for the static texts instead of parameters. It is more expensive that way because it adds more columns to the data set.

Action Setup

The action setup is like this. We choose to run action on Menu.
Caveats
1. If one of the fields is within Measure Values, do not insert it into the URL directly. Instead, place the field in question into Detail first. Then you can insert it into the URL.

2. Do not check the Allow Multiple Values box.
3. If one of the fields has a Null value, it will break the mailto URL. The remedy is wrapping the field with IFNULL(Field, Replacement_Value). Do this for every field that may have a Null value. (Credit: Ethan Hahn)

4.For the native function UNSERNAME(), we can't use it directly in the URL. Instead we need to use its LOD form: {MAX(UNSERNAME())} (Source by Kevin Flerlage)

Set up Tooltips

To view the menu action link quickly in tooltips on data marks, we need to set up tooltips with the option of "On Hover - Show tooltips on hover". Otherwise, we may not see the action link for email.
The demo workbook can be downloaded here. The email link can be seen by hovering mouse on the amount.
Try to send me an email if you wish.

Resulting Email

An example of the resulting email is like:
I would like to thank Tableau Zen Master Jeffrey Schaffer for the line break code! Feel free to leave comments or contact me at twitter@aleksoft.

0

Add a comment

Creating In-Place Help Page for Tableau Dashboards
Accommodating Variable Height in a Text Table in Tableau
A 30-Day Learning Plan for Mastering Tableau
A 30-Day Learning Plan for Mastering Tableau
Embedding Mundane Charts with Pareto Insights
Creating Pareto Chart Multiples in Tableau
A Preview of Sankey Chart Type in Tableau 2024
AI's Perception of People Looks in USA
1
AI's Perception of Top US Banks as a Dog
Multi-Level Sankey with the New Sankey Chart Type in Tableau
A First Look into the New Sankey Chart Type in Tableau
Visualizing Cross-Tab Tables with Column Sort
1
A Couple of Mismatches in Tableau's Map
Converting Date to Fiscal Calendar Date in Excel
Converting Date to Fiscal Calendar Date in Tableau
Resolving Simpson's Paradox: The Whole vs The Parts
#TweakThursday: Horizontal vs Vertical Bars
Recreating Datasaurus Dozen in Tableau
Rendering Anscombe's Quartet in Tableau
How to install database drivers for Tableau in Mac
Drawing Line Charts without Axis Offset in Tableau
Charting "Top N and Others" via Table Calculations in Tableau
Calculating YoY of Quarterly and Yearly Sums in Tableau
Imagining Tableau Social
Imagining Tableau Social
Imagining an Enhanced Formula Editor for Tableau
Imagining an Enhanced Formula Editor for Tableau
Filtering Partial Date Period in Tableau
How to Send Email from Tableau with a Template
How to Make Phone Calls from Tableau via Cisco Jabber
Labeling Trellis Chart via Stacked/Shared Axis
Sizing a Trellis Chart in Tableau
Placing Multiple Labels in Trellis Chart
Creating Compact View of a Sparse Table in Tableau
Labeling Trellis Chart Anywhere in Tableau
3
Labeling Trellis Chart in Tableau
1
Computing Spearman's Rank Correlation in Tableau
Computing Cumulative Grand Total in Tableau
Filling Down in Tableau
Pre-Filters, Post-Filters and the Order of Operations in SQL
2
Charting Project Flow via Multiple Data Densifications
Calculating Period-To-Date/PoP with Indicators for Better Performance
Counting Consecutive Occurrences in Tableau
1
Creating Bridge Chart with ARR vs AOP
Calculating the Difference Between Any Two Points in Tableau
Drilling Down with Containers
Creating Sunburst Chart via Map Layers in Tableau
Simple Calculations for YTD/YoY, QTD/QoQ, MTD/MoM and WTD/WoW in Tableau
9
One Button Sheet Swap in Tableau
One Button Sheet Swap in Tableau
2
Coloring the Area between Two Lines in Tableau
Sorting 100% Stacked Bars by Percentage
Creating Kanban Board in Tableau
4
Multiple Bars and Lines in Layers
Referencing Another Data Source without Relationship in Tableau
2
Dynamic Date Granularity and Show Missing Grains
4
Creating Global Variables in Tableau
Creating Sankey Funnel Chart via Template
59
Creating a Simple Toggle Button in Tableau
Monitoring Data Source Delay in Business Dashboard
Analysis of Tableau's Multi-Variable Clustering Algorithm
Iris Classification via Clustering in Tableau
Always Showing Empty Columns in Tableau
Creating Date Range Filter with Dynamic End Date = Max Date
5
Visualizing Crosstab and Grand Totals
Getting the Last Date/Value/Variance in Tableau
A Template for 3-Stage Sankey Chart in Tableau
26
Deselecting Button on a Different Sheet
Deselecting/De-dimming Buttons in Action-Driven Sheet Swap
3
Game of Life in Tableau
Enhancing Text Tables with Visual Background
1
20 Calculation Use Cases: LOD vs Non-LOD
Nested Sorting and Hierarchical Nested Sorting in Tableau
1
Creating 3D Bar Chart via Custom Shapes
Creating Sankey Chart with Sorting/Grouping
5
Creating Sankey Chart with Grouping
4
Enhancing Chart Contrast #TweakThursday 43
Creating a Multi-Stage Sankey Chart via Template Cascading
13
Creating Radial Stacked Bar Chart in Tableau
11
Creating Waffle Chart Multiples in Tableau
Creating Waffle Chart from a Single Percentage in Tableau
Creating Hierarchical Bar Chart in Tableau
Hiding Subtotals at Single Subcategory in Tableau
3
Making Label Text Wrap in Tableau
9
Accessing Excel Files on SharePoint from Tableau
Accessing Excel Files on SharePoint from Tableau
Creating Bar Chart Multiples In One Sheet 2/2: Different Measures
Creating Bar Chart Multiples In One Sheet 1/2: Same Measure
Using Color to Reveal More Insights #TweakThursday 42
Customizing Subtotals and Grand Totals in Tableau
4
Annotating Dual Axis with Alternative Color Legend #TweakThursday 41
A Divide-n-Conquer Approach to Counting Word Occurrence
Sorting Stacked Bars in Tableau
8
256 Cellular Automata in One Sheet
Creating Polygon Hex Maps in Tableau
Creating Joy Plot in Tableau With Fewer Steps
How Amazon failed to deliver: Analytical lessons
Polygon-based US Hex Map Revisited
Visualization, Data and Tableau Eco System
Creating Sankey Chart as Easy as 1-2-3 in Tableau
62
Tableau Licensing Cost Visual Calculator
Tableau Licensing Cost Visual Calculator
Creating 3-Way Venn Diagram with Dynamic Labels
1
Placing and Aligning Labels on Small Multiples
1
#WorkoutWednesday 35 - Superstore Small Multiples Tiled Map with Quad Chart
Creating Polygon Circumscribing Graph #MathVizMonday
Blog Archive
Loading
Dynamic Views theme. Powered by Blogger. Report Abuse.