Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I need to transfer the data from this qvw file to other qlikview file.The data should also go to the other qlikview file.It should be happen if i click a button.Can any one please say to me how to do.
For your better understanding i am attaching my qlik view file.
Regards,
R.Bharat Kishore
You can use QVD files to exchange data. In the script, use STORE ... INTO ... to export data to qvd. In the other application, load the data from the qvd file by using an ordinary load statement! This will only work when you run the script.
If you want to use a button, you can create a button and add an event, i.e. start a macro. I can't help you with macros, but there is another opportunity to export data: Open Properties for the button, go to Actions and click Add / External / Export. Click OK, press the "Setup..." button and make your choices there.
In the other application, you will need to run a load script, I guess.
This is not a perfect solution, but I hope my thoughts give you some idea.
Regards,
sebablum