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

How to invoke a Custom Data in DLL from QlikView?

I have a dll in C++ and I can see it from Qlikview in Custom Data Tab, I am following the SalesForce sample.

How can I pass the data to my Custom DLL from Qlikview and viceversa. ?

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

You would need to build this DLL in particular format with specific interfaces, QlikView can accept. You cannot trigget "any" DLL file from QV.

How did you create your DLL in C++? What did you define as interface?