Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
punitpopli
Specialist
Specialist

How to trigger same sheet in document chaining

Hi,

I am using QlikView's document chaining concept to activate another (app B) application from previous (app A) using Open QlikView Document as an action.

In my current scenario I have to open the sheet in App B on which I have clicked on App A.


For e.g.: If I clicked in sheet2 in app A the same sheet (i.e. sheet2) should get trigger in app B, below is the screen shot for sheet layout for your reference

Untitled.png

To achieve above functionality I have used data island as sheet names along with existing sheet ID, below is the script for your ref.

SheetName:

LOAD * INLINE [

SheetName,SheetID

Sheet1, SH62

Sheet2,SH54

Sheet3,SH66

Sheet4,SH36

I have referred the blog https://community.qlik.com/thread/53743‌ and https://community.qlikview.com/thread/134654 but didn't find the solution of my issue.

Is there a way we can activate the same sheet on different application in Document chaining?

Thanks,

Punit

14 Replies
mishraamit2485
Creator
Creator

How did you do that.i'm not able to achieve the same, cn you guide me something.

ElizabethLamb
Contributor II
Contributor II

I realise this is an old post, but someone else may need this information too.

It should work if you check that the variables in the first app is checked to 'Include in Bookmarks' - then the variable values also get passed to the second app.

Anonymous
Not applicable

In my experience it works, but only with the IE Plug-in. If you are using Ajax (Full browser version) the triggers are not launched.

Anonymous
Not applicable

I'll explain my situation:

I need to navigate via Ajax (Full browser version) from one application to another one. Both hold the same data model and fields.

I need to transfer between them the current active sheet and all the selections made. I solved this with the OpenDocument+transfer state and the mentioned logical island for the sheet ID, but as with Ajax the 'On Open document' trigger doesn't work the opened document always navigates to the default sheet.

There is another option, using the open URL instead of open document, but as my documents have many fields and there can be more in the future, I would prefer a solution to transfer all the available fields selection instead of writing them one by one (as I've seen it's done with the open URL action).

Does anyone have a workaround for this?

Not applicable

Hi,

Is there any other way, where we can see all the sheets in App 2