< /apex:outputPanel> < /apex:page> However this code is calling the dashboard page but it own url. i mean dashboard is not shown on the component rather it is shown on its own url. Thanks..", "answerCount": 2, "upvoteCount": 0, "datePublished": "2015-06-16T04:21:26.000Z", "author": { "@type": "Person", "name": "kumar prabhat", "url": "https://trailblazers.salesforce.com/profileView?u=0053000000BMrKAAA1", "affiliation": { "@type": "Organization", "name": "--" } }, "suggestedAnswer": [ { "@type": "Answer", "text": "HI Kumar Prabhat, Pls see the below link you will get a idea http://www.infallibletechie.com/2012/07/how-to-display-dashboard-using-visual.html http://www.forcetree.com/2013/02/how-to-embed-standard-salesforce.html Hope this helps! Mark it as solution if this solves your problem. Regards Eswar Prasad.  ", "upvoteCount": 0, "url": "https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4I06SAF", "datePublished": "2015-06-16T17:32:03.000Z", "author": { "@type": "Person", "name": "ssn Training", "url": "https://trailblazers.salesforce.com/profileView?u=0054V00000GN8sCQAT", "affiliation": { "@type": "Organization", "name": "paypal" } } } ] } }
Skip to main content
Hi,

i Need to call a dashboard on visualforce page and that visualforce page will be used as component in  home/home.jsp.The code that i have wriiten is

<apex:page showheader="false" sidebar="false">

< apex:outputPanel id="SalesfunnelDashboard">

<script>

self.location.href="https://ap2.salesforce.com/01Z28000000E4Jo?isdtp=vw" [^]

</script>

< /apex:outputPanel>

< /apex:page>

However this code is calling the dashboard page but it own url. i mean dashboard is not shown on the component rather it is shown on its own url.

Thanks..
2 answers
0/9000