如何从 QlikView 打开网页?

发布于 2024-07-25 20:07:27 字数 153 浏览 5 评论 0原文

我开始使用 QlikView。

我需要从 QlikView 脚本打开一个网站,例如


call ("wwww.mywebsite.com").

可以从 QlikView 脚本调用网站吗?

I am starting to use QlikView.

I need to open a web site from QlikView script, for instance something like


call ("wwww.mywebsite.com").

Is possible to call a website from QlikView Script?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

孤芳又自赏 2024-08-01 20:07:28

您是否希望从仪表板页面组件启动网页? 如果是这样,您可以使用带有“打开 URL”操作的文本对象。 并指定 url(或返回 url 的表达式)

如果您需要使用网站作为数据源(即 Web 服务),那么您可以使用 Web 文件向导构建与 Web 服务的正确连接。

Are you looking to launch a web page from a dashboard page component? If so you can use a text object with an "Open URL" action. and specify the url (or an expression that returns a url)

If you need to use a web site as a datasource (ie a web service) then you can use the Web file wizard to construct the proper connection to the web service.

归途 2024-08-01 20:07:28

是的,你有两个选择。 您可以使用“Web 文件”向导,或者对于更复杂的 Web 服务调用,您可以使用宏并在脚本中调用它。

查看以下网站:
http://blog.qvapps.com/2010/ 09/20/使用-qlikview-with-web-services/

Yes, you have two options. You can either use the 'Web Files' wizard, or for more complicated web service calls you can use a macro and call it in your script.

Check out the following site:
http://blog.qvapps.com/2010/09/20/using-qlikview-with-web-services/

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