Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Qlik Web Connectors appID parameter explained

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Bjorn_Wedbratt
Former Employee
Former Employee

Qlik Web Connectors appID parameter explained

Last Update:

May 28, 2021 2:10:46 PM

Updated By:

Andre_Sostizzo

Created date:

Jul 12, 2016 4:01:41 AM


As of Qlik Web Connectors 1.4.0.8, generated QlikView / Qlik Sense script will include a new appID parameter:

000019849a.png

 

The point of this is to allow an identifier for your application to be passed to Qlik Web Connectors allowing it to be logged alongside any errors which may occur.

We therefore recommend that in your QlikView load script you create a parameter something like this:
let vQVSourceAppId = 'My Company Twitter Tracker v1';

And then modify the QlikView script to use this variable:

000019849b.png

 

If you do not set this parameter/variable in your QlikView script, it will not cause any issues or errors but it will simply be empty/blank and Qlik Web Connectors will not be able to log it alongside any errors.

You should be careful that if you have multiple copies of a similar application running on your server that you update this to a distinct value in each one. One way of doing this might be to use:
let vQVSourceAppId = DocumentPath()

Note that Qlik Web Connectors 1.4.0.3 - 1.4.0.7 actually generated QlikView script which included this QlikView variable as the parameter value, e.g.:

000019849c.jpg

 

However we found that, for some unknown reason, this causes the 'Web File' preview in the QlikView script editor to break whereas the above empty paramter did not.
 

Labels (1)
Contributors
Version history
Last update:
‎2021-05-28 02:10 PM
Updated by: