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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
cheburashka
Creator III
Creator III

How to open a qvw file without data in QlikView v12?

Hello,

How can I open a qvw file without data in QlikView 12?

In QlikView 11 I could do this from the start page with the recent documents.

Can I find my recent documents in a different place than under the file menu because here a right click does not show up any options.

,Thx for your help

1 Solution

Accepted Solutions
stabben23
Partner - Master
Partner - Master

You find it at recent document in QV12 also. Click on Help in menu, then show start page.

View solution in original post

3 Replies
marcus_sommer

You could use a batch-statement like: Batch-Reload with 0 lines or a macro like:

set App = ActiveDocument.GetApplication

App.OpenDocEx "C:\MyDocuments\Budget.qvw",2,false,"jnn","123456","",false

whereby the 7. parameter is used to specify nodata as true or false (false is default).

- Marcus

stabben23
Partner - Master
Partner - Master

You find it at recent document in QV12 also. Click on Help in menu, then show start page.

akash3191
Partner - Contributor III
Partner - Contributor III

Hi Koen,

If you have already opened this document before, you should be able to find it on the start page -> Recent Documents. Right click on your document and select open without data.

If you are opening this for the 1st time, you can try out below command.

C:\Program Files\QlikView\qv.exe /nodata C:\Folder\File.qvw

Hope this helps.

Thanks,

Akash.