Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Can any one tell me how to pass a variable along with data to another qlikview file using button click.
Regards,
R.Bharat Kishore
Hi,
When you add action on button to open qlikview document you will find a setting called "transfer state" Check that option and your selection from parent application will be transfered to child application.
Regards,
Kaushik Solanki
HI Kaushik,
Thanks for the reply.Can you tell me the process or can you send me the code or can you send me your qlik view file.Please send me which one is comfortable for you.Because I am new to qolikview.
Regards,
R.Bharat Kishore
Hi,
Here is the steps :-
1. Open an Qlikview application from where you will open a new application.
2. Add button.
3. Go to properties of button
4. Action tab
5. Click on add -> external -> Open QlikVIew Document.
6. Here you will find the settings i.e Document.
Here give full path and application name.
Like this.
D:\ABC.QVW
7. Check the "Transfer state" ---for passing selections.
8. Check "Apply state on top of current" --- this is to clear the selection which are there in application which is being open.
9. Click ok
Now make the selected in the application and click on the button.
Regards,
Kaushik Solanki
Thanks a lot Kaushik.But i want the data to pass from one file to another.Please help me how to do.
Regards,
R.Bharat Kishore
Hi,
What do you mean by data passing.. Please explain with example.
Regards,
Kaushik Solanki
I created a variable in my qlikview file with some data.Now if click on button it should go to another qlikview filw with this variable data which i created in the first qlikview file.
Hope you understand.
Regards,
R.Bharat Kishore
Hi,
Are you trying to copy data from one QVW file to another QVW file, if yes then try Binary Load.
Example:
Binary customer.qvw;
Above statement Loads Customer.qvw into the current QVW file.
Regards,
Jagan.
Hi,
There are no direct way. But if you try to open the application from command line i.e cmd then there are ways you can pass the variable values.
Regards,
Kaushik Solanki
Ok Thanks a Lot For your answer.Thank you so much for your time.I will implement it.Anyway Thanks again Kaushik.
Regards,
R.Bharat Kishore