如何从 QlikView 打开网页?
我开始使用 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技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否希望从仪表板页面组件启动网页? 如果是这样,您可以使用带有“打开 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.
是的,你有两个选择。 您可以使用“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/