You need to sign in to do that
Don't have an account?

Need to call a dashboard on visualforce page
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..
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..
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.