function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
buggs sfdcbuggs sfdc 

Tableau dashboard on salesforce Home Page

Hi 

Can any one helpme in integrating tableau dashboards on salesforce homepage,i just checked how to integrate on Sobjects "http://www.clearpeaks.com/blog/reporting/tableau-quick-integration-in-salesforce" with the following URL.can any one suggest how we can show them on our salesforce Homepage.

Thanks in Advance..
Best Answer chosen by buggs sfdc
PRIYATAM REDDYPRIYATAM REDDY
You can Create a HomePage Components as shown below and select Visualforce Page.
User-added image

All Answers

PRIYATAM REDDYPRIYATAM REDDY
You can Create a HomePage Components as shown below and select Visualforce Page.
User-added image
This was selected as the best answer
buggs sfdcbuggs sfdc
Thank you so much pritam,can you also please check with the below code am able to show my tablesu on the home page,but it doesn't shows me the image,just it showing me the blank tableau session,is my URL is wrong?

<apex:page standardController="dashboard">
 <apex:iframe src="http://tableauserver/views/workbook/dashboard?:embed=yes&CRMID={!dashboard.id}&:toolbar=no" height="1110px" width="1160px" scrolling="true"/>
</apex:page>
PRIYATAM REDDYPRIYATAM REDDY
Hi,
To be honest with you i never integrated tableau with salesforce. I reckon the Tableau might have authentication to access its Dashboard. So you have to integrate with tableau services using apex and use its Services to get the Dashboard. The Dashboards in Salesforce are static and we have to refresh them explicitly with apex programing.
Hope this helps you.. 
buggs sfdcbuggs sfdc
Thanks a ton priyatam.