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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Transferring the data

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

1 Reply
Not applicable

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