Skip to main content
I have tried using apex:iframe, but it displays a blank page

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

<apex:iframe src="/01Z2w000000ooGVEAY/" height="600px" width="70%"/>

</apex:page>

Then I had tried using wave:dashboard

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

<wave:dashboard dashboardId="01Z2w000000ooGVEAY" showTitle="true" height="800px" openLinksInNewWindow="true" /> </apex:page>
1 answer
  1. Sep 25, 2020, 4:06 PM
    Hi Athira,

    Greetings!

    I would suggest you to use the complete URL to see,if it works.

    Sample code:

    <apex:page >

    <apex:iframe src="https://na12.salesforce.com/01ZU0000000NHAt" scrolling="true" id="theIframe"/>

    </apex:page>

    Reference:

    https://www.infallibletechie.com/2012/07/how-to-display-dashboard-using-visual.html

    Kindly mark it as best answer if it helps so that it can help others in the future.

    Warm Regards,

    Shirisha Pathuri

     
0/9000