Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I would like to know how to get an AppID. I am using Qlik Sense Desktop
Thank you
Hi @dylangargo
Apps are referred by name in Qlik Sense Desktop and do not have an ID.
DocumentName() will return the document file name in Qlik Sense Desktop and the App ID in Qlik Sense Server.
The app ID is assigned to the app when imported/created in Qlik Sense server.
hi,
use this commands
let vTest = DocumentName();
let vA = DocumentTitle();
view full post
https://community.qlik.com/t5/App-Development/How-to-get-AppId-in-load-script/td-p/1396243
Vikas
Hi @dylangargo
Apps are referred by name in Qlik Sense Desktop and do not have an ID.
DocumentName() will return the document file name in Qlik Sense Desktop and the App ID in Qlik Sense Server.
The app ID is assigned to the app when imported/created in Qlik Sense server.