如何在QlikView中制作自定义数据源?
我刚刚开始在 QlikView 中进行开发,所以我完全是一个新手。
我遇到的问题是我需要创建一个可用作 QlikView 的自定义数据源的 C++ dll,我已经创建了该 dll 并且 QlikView 可以看到它,但我不知道应该如何做才能使我的QlikView 可用的数据。
我想要使用的数据是从服务器请求获取的,代码位于c++ dll内部。
我的老板从 QlikView 技术部门得到了一些示例,它们是 SalesForce 示例和 EbayDll 示例,但它们有点令人困惑,所以我想知道您是否可以向我指出另一个可能更容易遵循的示例,或者您是否可以给我一些指导,帮助我完成我想做的事情。
I have just started to develop in QlikView so I'm completely a newbie.
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.
The data that I want to use is obtained as a request from the server, and the code is inside the 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果有人感兴趣,我在 QlikView 论坛中发布了同样的问题,我得到的答案是
SDK 中包含的示例实际上对我帮助很大。
Just if someone is interested, I posted the same question in the QlikView Forum and the answer that I got was
The example contained in the SDK actually help me out a lot.
在 QlikView 10 中,您现在可以使用(更简单的方法)使用 QVX API!
问候
斯特凡
In QlikView 10 you can now use (the easier approach) of using the QVX API!
Regards
Stefan