I have just started to develop in QlikView so I'm completely a newbie.
我刚刚开始在QlikView开发,所以我完全是一个新手。
The problem that I have is that I need to create a c++ dll that can be used as a custom data source for QlikView, I already created the dll and QlikView can see it, but I don't know how should I do to make my data available to QlikView.
我的问题是我需要创建一个可以用作QlikView自定义数据源的c ++ dll,我已经创建了dll,QlikView可以看到它,但我不知道怎么办才能让我QlikView可用的数据。
The data that I want to use is obtained as a request from the server, and the code is inside the c++ dll.
我想要使用的数据是从服务器获取的请求,代码在c ++ dll中。
I had some examples that my boss got from QlikView tech department, they are SalesForce example and EbayDll example but they are kind of confusing, so I was wondering if you can point me to another example that may be easier to follow, or if you can give me some pointers that help me accomplish what I'm trying to do.
我有一些我的老板从QlikView技术部门获得的例子,他们是SalesForce示例和EbayDll示例,但它们有点令人困惑,所以我想知道你是否可以指出另一个可能更容易遵循的例子,或者如果你能给我一些指示,帮助我完成我想要做的事情。
2 个解决方案
#1
Just if someone is interested, I posted the same question in the QlikView Forum and the answer that I got was
如果有人有兴趣,我在QlikView论坛上发布了相同的问题,我得到的答案就是
"Get the version 9 SDK. It includes doc and a sample for a Custom Data Source. The SDK is available on a QV Server installation. If not already installed, I believe you can download the QVS9 and just install the SDK portion on your workstation."
“获取版本9 SDK。它包括文档和自定义数据源的示例。该SDK可在QV服务器安装中使用。如果尚未安装,我相信您可以下载QVS9并在您的工作站上安装SDK部分“。
The example contained in the SDK actually help me out a lot.
SDK中包含的示例实际上帮助了我很多。
#2
In QlikView 10 you can now use (the easier approach) of using the QVX API!
在QlikView 10中,您现在可以使用(更简单的方法)使用QVX API!
Regards Stefan
#1
Just if someone is interested, I posted the same question in the QlikView Forum and the answer that I got was
如果有人有兴趣,我在QlikView论坛上发布了相同的问题,我得到的答案就是
"Get the version 9 SDK. It includes doc and a sample for a Custom Data Source. The SDK is available on a QV Server installation. If not already installed, I believe you can download the QVS9 and just install the SDK portion on your workstation."
“获取版本9 SDK。它包括文档和自定义数据源的示例。该SDK可在QV服务器安装中使用。如果尚未安装,我相信您可以下载QVS9并在您的工作站上安装SDK部分“。
The example contained in the SDK actually help me out a lot.
SDK中包含的示例实际上帮助了我很多。
#2
In QlikView 10 you can now use (the easier approach) of using the QVX API!
在QlikView 10中,您现在可以使用(更简单的方法)使用QVX API!
Regards Stefan