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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connecting from one qv document to another

Hi,

We have two different document and we would like to keep it that way for some reasons.

My question if it is possible in the script of a qv document to another qv document, so we can sum some totals and make one dashboard for two documents.

Kind regards,

Henco

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    You can load the data of one QVW to another by using binary load.

    Add following statement to script of one of the document.

    Binary "Path and file name of your second QVW file"

   For example

    Binary C:\ABC.QVW;

    Keep in mind that this statement should be placed at the top of the script. i.e. at the first line of the script

    Hope this will help you

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Thank you Kaushik. I am going to try it.

Regards,

Henco

Not applicable
Author

Hi,

    If I understood correctly I hope "Binary Load" will be the choice.Using that you can import the first qvw file to another qvw file.Then you can copy paste/develop the dashboards.Because all the data (from first qvw file) avialable in second file.

.qvw file.

Anonymous
Not applicable
Author

I got it. Did it with the wizard, works fine.

Thanks for your help.

Henco