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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
fabian3684386
Contributor III
Contributor III

Save variable value in bookmark

My client managed Qlik Sense environment does not allow saving variable values in bookmarks.

fabian3684386_0-1699528723746.png

 

What other possibilities do I have? 

 

Using data island with field selection?

 

Using field set to variable value?

 

Can someone please explain these solutions in a bit more detail and how to set it up?

 

Thanks!

Labels (1)
2 Replies
ExtensionMaster
Contributor II
Contributor II

For my customer, I developped a server side extension in java, plugged to a postgreSQL database.

With Server Side Extensions, you can run program on the Qlik server => you can then save data to a database, or do anything you cannot do natively with Qlik.

I started from this project : https://github.com/Qlik-PE/javaSSE

fabian3684386
Contributor III
Contributor III
Author

Great, thanks for letting me know, I'd prefer an easier solution though because it seems to be a bit overkill to develop my own backend for that