
Anonymous
Not applicable
2018-01-28
05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to get qliksense server name from script
i would like to open the qliksense sheet in another window. hence i need to give complete URL including server name. when we publish the app from one environment to another environment then server name get change.
I would like to get the server name from script, so i no need to hard code the server name in the URL. I mean that i want to build the URL dynamically based on the environment.
i.e. https//qliksense server/app name/sheet1.qvf
4,116 Views
2 Replies

Creator III
2018-01-28
08:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Using ComputerName() to get server(Engine) name from script.
DocumentTitle() for app name.
Regards
An Pham


Partner - Creator
2018-01-28
10:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
1. Enable Legacy Mode in QMC.
2. Use DocumentPath() in your QVF/Script.
3,907 Views
