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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

CLOSING OF QLIKVIEW APPLICATION

Hi,

I would like my application always starts at the first tab. Even if I closed a tab other than the first.

How to do this?

Thanks


7 Replies
Miguel_Angel_Baeyens

Hello Yimen,

Set an Action in your Document Properties, Triggers, OnOpen, Layout, Activate Sheet.

Take into account that OnOpen macros may not work (they actually don't for me) when opening on other than the Desktop.

Hope that helps.

peter_turner
Partner - Specialist
Partner - Specialist

Hello Yimen,

Another quick way is to save your project on the first screen.
When the project is opened, QV displays the screen that was displaying when the project was saved.

Usefull when the projects on a QV web server as it will allways open on the same page for you.

Regards,
Peter.

Not applicable
Author

Save the document using QV desktop with the first tab activated. And whenever you open the document using browser, it will start with first tab

Not applicable
Author

Peter you beat me to it. 🙂

Not applicable
Author

I noticed in QV 10 (not sure on other version), if you are accessing tab 2, then close the browser and then open the same document, QV will give you the same view (tab 2). Not sure if this is related to session recovery.

Not applicable
Author

Hi
Not applicable
Author

Hi Yimen,

Check this option using triggers in V9.0 sr4

Settings -> Document Properties -> Triggers Tab -> select on Open -> Add Action -> Add -> Select Layout under Action Type -> select Activate sheet -> ok -> Sheet Id ( Specify the sheet id which want to be the first when opening application )

It works fine for me .