Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calling a Qvw from another qvw

Hi All,

I want to call a qvw from another qvw by clicking on a button object .I  used 'Action ->Open Qv Document->File Name'  this approach and it working good.

And i want the same selections should be implemented in the second sheet (Whatever the selections made in first qvw should get selected in second qvw). For this i used Tranfer state option.But the selections are affected in second qvw.

Any ideas are appreciated

Thank you

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

HI,

Try like this

Button Properties -> Actions -> Open Qlikview Document -> Select Transfer State option.

Regards,

Jagan.

View solution in original post

7 Replies
jagan
Luminary Alumni
Luminary Alumni

HI,

Try like this

Button Properties -> Actions -> Open Qlikview Document -> Select Transfer State option.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi Jagan,

Thanks for Reply !!

I tried your suggestion but selections are not passed to second sheet .

jagan
Luminary Alumni
Luminary Alumni

Hi,

If field names are same in both the Dashboards then it will definitely works.

Regards,

Jagan.

Anonymous
Not applicable
Author

Hi Jagan,

i used belwo data sets .Still i am getting desired results

T1:

LOAD * INLINE [

    PRODUCT,Rate

    Car, 100

    Van, 50

];

T2:

LOAD * INLINE [

   PRODUCT,Rate

    Car, 100

    Van, 50

];

jagan
Luminary Alumni
Luminary Alumni

Check whether there are any triggers?

Regards,

jagan.

Anonymous
Not applicable
Author

No, Triggers are enabled

Thank You

asgardd2
Creator III
Creator III

I think you can create few variables for current selections(use GetCurrentSelections()), and after add trigger "Open Url" on your buton.

You must add "select values" to hyperlink (with objects id from other application) , like this(example):

&select=LB27,2010,2011&select=LB26,Jan, Feb,Mar

http://eu-a.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FExecutive%20Dashboard.qvw&host=dem...