Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to display Qlikview objects in my salesforce sandbox org, I am doing the following in javascript of my visualforce page :
varDocument = Qv.GetDocument();
varObject = varDocument.GetObject('CH03');
I get [object object] in alert of varObject, but when I try to append it to a div, it does not. Please suggest how to proceed further.
Appreciate help in advance!
You are trying to append a javascript object into html node which won't work.
If you simply want to integrate a single object you could leverage QV's single object mode
http://<Server URL>/QvAJAXZfc/singleobject.htm?document=<Document Name>.qvw&object=<Object ID>
You can see it in action at http://us-b.demo.qlik.com/QvAJAXZfc/singleobject.htm?document=qvdocs%2FCredit%20Risk%20Management.qv...
Otherwise look into the div integration feature of workbench.
hi, see attachment for div tag integration with the Workbench
you will need Enterprise edition server plus workbench license