Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Function to open the qlikview document in power builder application

Hi All,

I am trying to open the qlikview document inside the desktop application which was developed in Power Builder.I managed to open the document inside the desktop application which was developed in VB using the below function. Let me know what is the function that has to be written in Power Builder to open the qlikview document.

Private Sub Command1_Click()
QlikOCX1.OpenDocument App.Path + "\OCX.qvw", "", ""
End Sub


1 Reply
Not applicable
Author

Hi All,

I got it done in power builder also using the below function. Added the script below for those who are looking for the same.


ole_1.object.createdocument()
ole_1.object.opendocument("E:\C2info\others\Qlik_view\OCX.qvw","","")