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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do you get the name of the qvw you have opened?

There is probably a really simple answer to this but I can't for the life of me find the variable or function to get the name of the qvw file I currently have open. I'm planning on using this to hide tabs based on specific distributions. Please help.

1 Solution

Accepted Solutions
boorgura
Specialist
Specialist

Use the function:

DocumentName()

View solution in original post

2 Replies
boorgura
Specialist
Specialist

Use the function:

DocumentName()

Not applicable
Author

That was it. Thanks.