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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register 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?