Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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?