Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Div integration to Salesforce dashboard present in Qlikview public server

Hi,

I am trying to integrate charts from salesforce dashboard present on qlikview demo site. I am getting network error. Please let me know where can be the issue.

Below is the code snippet:

<!DOCTYPE html>

<html>

<head>

<script language="javascript" type="text/javascript" src="http://us-b.demo.qlik.com/QVAJAXZfc/htc/QvAjax.js"></script>

<script type="text/javascript">

    Qv.InitWorkBench({ View: 'Salesforce', Host: 'QVS@us-b.demo.qlik.com' , Anonymous: 'true' });

</script>

</head>

<body>

<div avqview="Salesforce" avq="object:.Document\CH492"></div>

</body>

</html>

1 Reply
CYRUS
Contributor III
Contributor III

I have the same problem,

As I know to implement DIV Integration, two important issue must be considered:

When The QVWS and Salesforce are installed in different machine we need to use Proxy.aspx to define  qlikwebserver and this file is only served with dot net application so we must use Wokbench DLL and XML besides of that(As I know Your solution which is AJAX implementation works only in situation that salesforce and qlikserver are installed at same machine)

The second point is that Authentication like SSO.

Is there any practice to this issue?

Thanks