Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
julioarriaga
Creator II
Creator II

Function to obtain name of the current qvf

Hi,

As always, thank you for your help.

I want to use a function to obtain the Qvf's current name so I can change the path of the development depending if the app is published or not. 

I tried searching in Qlik's forums and google to no avail, but if I missed a site, my apologies.

Again, thank you.

1 Solution

Accepted Solutions
iswarya
Partner - Creator
Partner - Creator

Hi,

You can try the DocumentName() function to get the app name along with Extension.

E.g: If the App name is Sales then this function will return as Sales.qvf

 

If you want without the qvf extension then you can use DocumentTitle()

View solution in original post

2 Replies
Lisa_P
Employee
Employee

If you just want the name of the app..

=Document()

 

iswarya
Partner - Creator
Partner - Creator

Hi,

You can try the DocumentName() function to get the app name along with Extension.

E.g: If the App name is Sales then this function will return as Sales.qvf

 

If you want without the qvf extension then you can use DocumentTitle()