Wednesday, January 7, 2015



The Purpose of this visualization is to show how to pass the URL dynamically to the web page
component of Tableau dashboard.
Problem Statement : Need to know Nobel laureate once a user clicks on the person name
Solution:
Step 1: Create calculated field named URL with
 "https://en.m.wikipedia.org/wiki/"+TRIM(REPLACE([Person],"*",""))
Step 2: Add web page on dashboard and also added the list work sheet to dashboard
Step 3: Add Hyperlink action on main dashboard applied on list work sheet and in URL text box put the
calculated field <Url>

No comments:

Post a Comment