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: 
datanibbler
Champion
Champion

Document_chaining


Hi,

we have a pyramid-like management structure to be implemented in QlikView.

=> in that context, I want to generate buttons in the "upper-level" apps to open the ones below.

<=> Is there any way to edit the document_chaining_triggers so that the new app is not opened in a new window, but rather in a new instance of QlikView? With a new window opening for every app that is opened, it gets kind of cluttered.

(we have tried to implement a "close document" trigger as well to keep things tidy, but for some reason QlikView got the order in which to execute the triggers wrong: => It opened the document pointed at by a button - and closed it immediately, leaving the original document open...)

Thanks a lot!

Best regards,

DataNibbler

4 Replies
marcus_sommer

Hi DataNibbler,

this worked with Fat-Client:

- Marcus

datanibbler
Champion
Champion
Author

Hi Marcus,

unfortunately, on the clients used here, there is no "QlikView.exe" - users view all the apps in their Web_browser, they don't have QlikView installed. Only the developers and superusers have the client_software.

Is there any other way to either do this or just force one QlikView_app to close when another one is opened?

Thanks a lot!

Best regards,

DataNibbler

marcus_sommer

Hi DataNibbler,

you could try it with the settings - Same Window - from web-server.

If this don't work then you will need an extension. There are the possibility to create a frame with any website. I think another qv-application will work, too. This frame could lay over your upper-level application and you control only the visibility. Have a look on the already available extensions - perhaps there is already some similar extension.

- Marcus

marcus_sommer

Perhaps this could be helpful: Document Extension to Terminate an AJAX Session

- Marcus