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: 
phapalesaurabh
Partner - Contributor III
Partner - Contributor III

Qlik Sense Bookmarks

Hi All,

I have a question about bookmark which are created on Qlik Sense application.

Since bookmarks are stored in the main application .qvf file , how do they gets retained when we re - publish the app ?

As far as I know when the app is re - published in a stream , it's .qvf file gets replaced. But the bookmarks which were present the old published app gets retained the re - published app and those bookmarks were not present the application file , which is recently deployed.

Can someone help me in understanding this ? How this is managed in a Qliksense?

This was not the case in qlikview as bookmarks were managed in a different shared file.

2 Replies
RafaelBarrios
Partner - Specialist
Partner - Specialist

Hi @phapalesaurabh 


only public bookmarks are retained in the qvf when you export, import or duplicate the app.

the ones created in a published app are in the Qlik database 

Using pgadmin you can see where they are stored

SELECT "ID", "ObjectType","Name","ModifiedByUserName","App_ID","Owner_ID"
FROM public."AppObjects" where "ObjectType"='bookmark';
;

 

hope this helps

best,

Maria_Halley
Support
Support

@phapalesaurabh 

If you use the replace option when you re-publish, all bookmarks should remain.

https://help.qlik.com/en-US/sense-admin/August2022/Subsystems/DeployAdministerQSE/Content/Sense_Depl...