Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Thank you Kaushik. I am going to try it.
Regards,
Henco
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.
I got it. Did it with the wizard, works fine.
Thanks for your help.
Henco