Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
udaya_kumar
Specialist
Specialist

Retrieve filename of QVW file in text object in the QVW file

hi,

I want to show the filename of the QVW file inside the QVW file.

so how we can retrieve the filename of QVW in text object?

Is there any function to get that value?

1 Solution

Accepted Solutions
Not applicable

Hi,

DocumentName() is the function that you are looking for.

View solution in original post

5 Replies
Not applicable

Hi,

DocumentName() is the function that you are looking for.

udaya_kumar
Specialist
Specialist
Author

Thank u very much Krunoslav,

i was thinking there might be function like filename() or something.

thanks.

udaya_kumar
Specialist
Specialist
Author

hi,

Can i add the below expression in Settings->Document Properties->General->Title?

=TextBetween(DocumentName(),'','.') & '_v1.0'

It is showing me the same expression at the top of the file as the title. it is not evaluating the value for the expression.

Not applicable

Hi,

it seems that is not possible, see http://community.qlik.com/message/110812#110812 post.

regards

udaya_kumar
Specialist
Specialist
Author

ok thanks Krunoslav.

But i want to show the name of the file in Title without hardcoding.