Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

filename of .qvw file which starts the script

Hello,

how can I get from qv script a filename of .qvw file, where script is running? (not filename of data source)

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Hi ,

     Try this

     DocumentName( )

//yusuf

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

take   a look to

QvPath

QvRoot

QvWorkPath

QvWorkRoot

Anonymous
Not applicable
Author

ok, thanks

Not applicable
Author

Hi ,

     Try this

     DocumentName( )

//yusuf