Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Connecting Qlikview server to Salesforce.com

Hi,

Does anyone have idea on how to create a portal in salesforce.com to see qlikview dashboards?

1 Reply
Not applicable
Author

Yes, create an Apex page.

<apex:page showHeader="true" sidebar="false">

<apex:iframe src="http://path/to/your.qvw" scrolling="true"/>

 

</apex:page>

Provide a link to your Apex page where ever you like.