• kumar prabhat
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
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..