Try this code:
<apex:page >
<apex:form >
<wave:dashboard dashboardId="********GAA" showHeader="false" openLinksInNewWindow="false"
showTitle="false" showSharing="false" height="800"/>
<apex:include pageName="myVFpage"/>
</apex:form>
</apex:page>
Try this code:
<apex:page >
<apex:form >
<wave:dashboard dashboardId="********GAA" showHeader="false" openLinksInNewWindow="false"
showTitle="false" showSharing="false" height="800"/>
<apex:include pageName="myVFpage"/>
</apex:form>
</apex:page>
Comments
Post a Comment