Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kunkumnaveen
Specialist
Specialist

document chaining vice versa not working

HI all,

I want to known whether the scenario the one i am looking is possible in qlikview r not .the thing is  i am working on document chaining  functionality b/w two diff application,let says

in first application i got these tabs whose  file name is 1.qvw

                               material(sheet id 01)    sales(sheet id 02)    budget (sheet id 03)    

in second  application i got same  tabs whose  file name is 2.qvw

                                        material   sales(sheet id 05)   budget 


so on sales tab i wrote two  trigger(open qlikview document ) and in path i have given 2.qvw and activate sheet 05,so that on clicking sales tabs it will bring me  to sales tab of 2nd application which is working great.

Now my problem is from 2nd qvw when i click on material tab having triggers (open qlikview document ) and in path i have given 1.qvw and activate sheet 01,it should bring me to material tab of 1.qvw

but this is not happening even though it is bringing  me back to 1 .qvw but not in to material tab it is bringing  me in to sales tab...

same with budget tab also it  bringing me back to sales itselfs..



so i got doubt whether this vice versa is possible or not in qlikvew ,



thanks

naveen

7 Replies
avinashelite

I think its just retaining the last state of your selection, you need pass the Sheet ID as the parameter along with the other parameters ...include parameter like sheet=SH01

NOTE: you need to include the sheetID not the sheet name

kunkumnaveen
Specialist
Specialist
Author

i do understand that ,top once  was just an example ,i am indeed passing a proper sheet id not sheet name

avinashelite

Ok, then it should work!! could you please share the URL , just to check the parameter list 

kunkumnaveen
Specialist
Specialist
Author

C:\Qlikview\Applications\1.qvw

avinashelite

your trying this local desktop client ?? Here i could see only the path of document no selection for the sheet . If you want to check the document chaining then deploy it in server and re-write your URL in the required format , check this thread

Passing Parameters in a URL and Document Chaining

Hope this helps you 

kunkumnaveen
Specialist
Specialist
Author

i have gone through the video ,i got a doubt will it not possible to apply document chaining functionality with out hosting applications on access point ?

because the  one in the video shows how to pass the parameter in a  URL

avinashelite

without hosting in access point, you need to depend on the macro code or triggers in order to  achieve this because in the local desktop client we don't have the option of hitting a specific sheet ...you should trigger a Macro for that