Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
dylangargo
Partner - Contributor II
Partner - Contributor II

Get AppID From Qlik Sense Desktop

Hi guys, 

 

I would like to know how to get an AppID. I am using Qlik Sense Desktop

 

Thank you

Labels (1)
1 Solution

Accepted Solutions
Damien_V
Support
Support

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.

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

2 Replies
vikasmahajan

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

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Damien_V
Support
Support

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.

If the issue is solved please mark the answer with Accept as Solution.