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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

How to open new document..?

Hi All,

How to open a new qlikview document on change of values in the variable?

suppose i have pivot table when i am click particular cell i want show related data in the new Qlikview Document...

Ex: My chart

category        Material         Count(material)

A                     A001                50

B                    B001                 10

suppose if iam click 50 i want to show 50 records in new Qlikview document

is it Possible..?

PFA,

11 Replies
qv_testing
Specialist II
Specialist II
Author

Please anyone can help me.............

giakoum
Partner - Master II
Partner - Master II

This is called document chaining. Look it up in the Qv manual.

see attached example or following video :

Passing Parameters in a URL and Document Chaining - YouTube

qv_testing
Specialist II
Specialist II
Author

HI Loannis,

I got one example.. but this is button level..

i want chart level.. is it possible in chart level?

How to open QV application in new window using macro?

giakoum
Partner - Master II
Partner - Master II

Chart level meaning? Clicking a value on a cell and open a document based on that?

ashwanin
Specialist
Specialist

New Document ?

qv_testing
Specialist II
Specialist II
Author

Hi Ashwani,

Yes, i want to open in new Document..

New Document means i have 2 qvw files  (Test.qvw and Test1.qvw)

Suppose i have a Pivot chart in Test.qvw files

Ex: My chart

category        Material         Count(material)

A                    A001                50

B                    B001                 10

If i am click 50 i want to show 50 records in Test1.qvw file

Hope you Understand...

sunilkumarqv
Specialist II
Specialist II

try like these modify that into your functionality

qv_testing
Specialist II
Specialist II
Author

Yes Loannis....

is it possible..?

giakoum
Partner - Master II
Partner - Master II

Yes, maybe, if we create a hyperlink on every row, and the user clicks on the hyperlink to open a new Qv document. have not tried it but should work. Do you have two sample applications?