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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

transfer of selections in document chaining when open URL option used

Hi All,

I Need a help in document chaining.

i have two apps app1 and app2.

and i have used a button in app1 to open app2 and i implemented that by using open URL action to navigate to the specific sheet in app2.

now my requirement is to pass on the selection that i made in app1 to app2.

Can anyone please help on this.

I have to work on this on priority...

Thanks in advance

Nani

13 Replies
Qrishna
Master
Master

Hi nani,

Please find attached chained documents.

In Document 1.qvw you find a button which redirects to another document 1-copy.qvw where your current selections in doc 1.qvw will be transferred to 1-copy.qvw.

let me know if you have any questions.

Not applicable
Author

Hi Krishna,

Thanks for your reply.

My actual requirement is i have 4 sheets in app 1 and same 4 sheets in app2.

and  when i opened app2 ,the active sheet in app 2 should be the sheet which is active in app1.

for this requirement i have used open url action and i have passed the sheet=SheetID parameter.

sheet navigation is working fine but how to transfer selections is  my present challenge.

i hope you got my question.

Thanks

Nani

Qrishna
Master
Master

Oh,So  you say its not Transferring the selections from Parent qvw (App1) to child qvw(App2)?

If you open App2 from App1 you can transfer the state of app 1 to App2 by the method in the attached files.

(As you've said/asked in your question : requirement is to pass on the selection that i made in app1 to app2.)

let me know if you wanna do vice versa?

Thanks

Not applicable
Author

exactly that is my requirement to pass on the selections that i made in app1 before navigating to app2 should get reflected in app2.

Thanks

Qrishna
Master
Master

Please find the linked docs.

when you click button in app 1.qvw, it transfers its state to 2nd app 1-copy.qvw.

Change the button action from 'open Qv doc' to 'open url' in your case and check.

let me know how it goes.

thanks

Not applicable
Author

does it also able to navigate to the same sheet as in App1 in target application i.e App2?

Not applicable
Author

Thanks Rob for your reply.

and i have to mention here that your posts and tools are helping me a lot in my work.

Qrishna
Master
Master

The Button is on Sheet1 of App1 right?? if so, then yes.


Find the most updated docs attached.