如何在QlikView中制作自定义数据源?

发布于 2024-07-28 23:03:27 字数 334 浏览 3 评论 0原文

我刚刚开始在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦幻的味道 2024-08-04 23:03:27

如果有人感兴趣,我在 QlikView 论坛中发布了同样的问题,我得到的答案是

“获取版本 9 SDK。它包括文档和自定义数据源的示例。该 SDK 可在 QV 服务器安装中使用。如果尚未安装,我相信您可以下载 QVS9 并仅安装 SDK 部分在您的工作站上。”

SDK 中包含的示例实际上对我帮助很大。

Just if someone is interested, I posted the same question in the QlikView Forum and the answer that I got was

"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."

The example contained in the SDK actually help me out a lot.

铃予 2024-08-04 23:03:27

在 QlikView 10 中,您现在可以使用(更简单的方法)使用 QVX API!

问候
斯特凡

In QlikView 10 you can now use (the easier approach) of using the QVX API!

Regards
Stefan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文